{"version":3,"sources":["webpack:///./node_modules/lodash/identity.js"],"names":["identity","value","module","exports"],"mappings":"iGAgBA,SAASA,EAASC,GAChB,OAAOA,EAGTC,EAAOC,QAAUH","file":"js/chunk-2d222062.a13a7e3d.js","sourcesContent":["/**\n * This method returns the first argument it receives.\n *\n * @static\n * @since 0.1.0\n * @memberOf _\n * @category Util\n * @param {*} value Any value.\n * @returns {*} Returns `value`.\n * @example\n *\n * var object = { 'a': 1 };\n *\n * console.log(_.identity(object) === object);\n * // => true\n */\nfunction identity(value) {\n return value;\n}\n\nmodule.exports = identity;\n"],"sourceRoot":""}