UNPKG

pure-conditions

Version:
5 lines (4 loc) 76 B
function isNull (value) { return value === null } module.exports = isNull