const isPrimitive = val => Object(val) !== val; module.exports = isPrimitive;