UNPKG

pure-conditions

Version:
5 lines (4 loc) 98 B
function isMissing (object) { return typeof object === 'undefined' } module.exports = isMissing