ac8fb95d7f3a489abadf1897d0a13ae1cf1e3901c91fa11b540c800b6cbbd5d3.json 436 B

1
  1. {"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}\nexport default baseUnary;","map":null,"metadata":{},"sourceType":"module","externalDependencies":[]}