UNPKG

iter-tools-es

Version:
5 lines (4 loc) 115 B
function notObject(value) { return typeof value !== 'object' || value === null; } exports.notObject = notObject;