{"version":3,"file":"isNil-6360a2fc.cjs","sources":["../../node_modules/ramda/es/isNil.js"],"sourcesContent":["import _curry1 from \"./internal/_curry1.js\";\n/**\n * Checks if the input value is `null` or `undefined`.\n *\n * @func\n * @memberOf R\n * @since v0.9.0\n * @category Type\n * @sig * -> Boolean\n * @param {*} x The value to test.\n * @return {Boolean} `true` if `x` is `undefined` or `null`, otherwise `false`.\n * @example\n *\n *      R.isNil(null); //=> true\n *      R.isNil(undefined); //=> true\n *      R.isNil(0); //=> false\n *      R.isNil([]); //=> false\n */\n\nvar isNil =\n/*#__PURE__*/\n_curry1(function isNil(x) {\n  return x == null;\n});\n\nexport default isNil;"],"names":["isNil","_curry1","x","isNil$1"],"mappings":"uDAmBA,IAAIA,EAEJC,EAAAA,QAAQ,SAAeC,EAAG,CACxB,OAAOA,GAAK,IACd,CAAC,EAED,MAAAC,EAAeH","x_google_ignoreList":[0]}