Files
portfolio/node_modules/.cache/babel-loader/3fa5dfc94169a987ab568ddb10ae1306.json
2021-09-20 16:54:47 -04:00

1 line
1.1 KiB
JSON

{"ast":null,"code":"/**\n * The base implementation of `_.unary` without support for storing metadata.\n *\n * @private\n * @param {Function} func The function to cap arguments for.\n * @returns {Function} Returns the new capped function.\n */\nfunction baseUnary(func) {\n return function (value) {\n return func(value);\n };\n}\n\nmodule.exports = baseUnary;","map":{"version":3,"sources":["/Users/tylerkoenig/Code/personal/react-scss2/node_modules/lodash/_baseUnary.js"],"names":["baseUnary","func","value","module","exports"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,SAASA,SAAT,CAAmBC,IAAnB,EAAyB;AACvB,SAAO,UAASC,KAAT,EAAgB;AACrB,WAAOD,IAAI,CAACC,KAAD,CAAX;AACD,GAFD;AAGD;;AAEDC,MAAM,CAACC,OAAP,GAAiBJ,SAAjB","sourcesContent":["/**\n * The base implementation of `_.unary` without support for storing metadata.\n *\n * @private\n * @param {Function} func The function to cap arguments for.\n * @returns {Function} Returns the new capped function.\n */\nfunction baseUnary(func) {\n return function(value) {\n return func(value);\n };\n}\n\nmodule.exports = baseUnary;\n"]},"metadata":{},"sourceType":"script"}