UNPKG

bower

Version:

The browser package manager

10 lines (6 loc) 109 B
/** */ function isNull(val){ return val === null; } module.exports = isNull;