const isObjectLike = val => val !== null && typeof val === 'object'; module.exports = isObjectLike;