UNPKG

dis

Version:

Tiny tiny duck typing utility

1 lines 80 B
module.exports = function isUndefined(obj){return (typeof obj === 'undefined');}