{"version":3,"file":"isNull-fLYCgUGf.js","sources":["../../../node_modules/lodash/isNull.js"],"sourcesContent":["/**\n * Checks if `value` is `null`.\n *\n * @static\n * @memberOf _\n * @since 0.1.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is `null`, else `false`.\n * @example\n *\n * _.isNull(null);\n * // => true\n *\n * _.isNull(void 0);\n * // => false\n */\nfunction isNull(value) {\n return value === null;\n}\n\nmodule.exports = isNull;\n"],"names":["isNull","value","isNull_1"],"mappings":"yCAiBA,SAASA,EAAOC,EAAO,CACrB,OAAOA,IAAU,IACnB,CAEA,IAAAC,EAAiBF","x_google_ignoreList":[0]}