UNPKG

@nathanfaucett/is_null

Version:
7 lines (4 loc) 81 B
module.exports = isNull; function isNull(value) { return value === null; }