module.exports = isObject = obj => obj === Object(obj);