UNPKG

pure-conditions

Version:
5 lines (4 loc) 91 B
function isUndefined (value) { return value === undefined } module.exports = isUndefined