isNull.js 55 B

123
  1. module.exports = function(v) {
  2. return v === null;
  3. };