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