Sha256: 18e05ece8d98934ccf1570dc9c2990844463209f1b203fddeb6ebe09a64c2c5f

Contents?: true

Size: 365 Bytes

Versions: 167

Compression:

Stored size: 365 Bytes

Contents

/**
 * Checks if `value` is `null`.
 *
 * @static
 * @memberOf _
 * @category Lang
 * @param {*} value The value to check.
 * @returns {boolean} Returns `true` if `value` is `null`, else `false`.
 * @example
 *
 * _.isNull(null);
 * // => true
 *
 * _.isNull(void 0);
 * // => false
 */
function isNull(value) {
  return value === null;
}

module.exports = isNull;

Version data entries

167 entries across 87 versions & 9 rubygems

Version Path
ilog-0.4.1 node_modules/babel-plugin-proto-to-assign/node_modules/lodash/lang/isNull.js
ilog-0.4.1 node_modules/contents/node_modules/lodash/lang/isNull.js
ilog-0.4.1 node_modules/babel/node_modules/lodash/lang/isNull.js
ilog-0.4.0 node_modules/babel-plugin-proto-to-assign/node_modules/lodash/lang/isNull.js
ilog-0.4.0 node_modules/contents/node_modules/lodash/lang/isNull.js
ilog-0.4.0 node_modules/babel/node_modules/lodash/lang/isNull.js
ilog-0.3.3 node_modules/babel/node_modules/lodash/lang/isNull.js
ilog-0.3.3 node_modules/babel-plugin-proto-to-assign/node_modules/lodash/lang/isNull.js
ilog-0.3.3 node_modules/contents/node_modules/lodash/lang/isNull.js
trusty-festivity-extension-2.6.3 node_modules/bower/node_modules/configstore/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/lang/isNull.js
trusty-festivity-extension-2.6.3 node_modules/bower/node_modules/inquirer/node_modules/lodash/lang/isNull.js
trusty-festivity-extension-2.6.2 node_modules/bower/node_modules/inquirer/node_modules/lodash/lang/isNull.js
trusty-festivity-extension-2.6.2 node_modules/bower/node_modules/configstore/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/lang/isNull.js
trusty-festivity-extension-2.6.1 node_modules/bower/node_modules/inquirer/node_modules/lodash/lang/isNull.js
trusty-festivity-extension-2.6.1 node_modules/bower/node_modules/configstore/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/lang/isNull.js
xcodebuild-helper-1.2.5 externals/ios-sim-master/node_modules/lodash/lang/isNull.js
trusty-festivity-extension-2.6 node_modules/bower/node_modules/configstore/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/lang/isNull.js
trusty-festivity-extension-2.6 node_modules/bower/node_modules/inquirer/node_modules/lodash/lang/isNull.js
trusty-festivity-extension-2.5.19 node_modules/bower/node_modules/configstore/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/lang/isNull.js
trusty-festivity-extension-2.5.19 node_modules/bower/node_modules/inquirer/node_modules/lodash/lang/isNull.js