{"version":3,"file":"identity-515993cb.cjs","sources":["../../node_modules/ramda/es/internal/_identity.js","../../node_modules/ramda/es/identity.js"],"sourcesContent":["export default function _identity(x) {\n  return x;\n}","import _curry1 from \"./internal/_curry1.js\";\nimport _identity from \"./internal/_identity.js\";\n/**\n * A function that does nothing but return the parameter supplied to it. Good\n * as a default or placeholder function.\n *\n * @func\n * @memberOf R\n * @since v0.1.0\n * @category Function\n * @sig a -> a\n * @param {*} x The value to return.\n * @return {*} The input value, `x`.\n * @example\n *\n *      R.identity(1); //=> 1\n *\n *      const obj = {};\n *      R.identity(obj) === obj; //=> true\n * @symb R.identity(a) = a\n */\n\nvar identity =\n/*#__PURE__*/\n_curry1(_identity);\n\nexport default identity;"],"names":["_identity","x","identity","_curry1","identity$1"],"mappings":"uDAAe,SAASA,EAAUC,EAAG,CACnC,OAAOA,CACT,CCoBA,IAAIC,EAEJC,EAAO,QAACH,CAAS,EAEjB,MAAAI,EAAeF","x_google_ignoreList":[0,1]}