Gazebo_simulation-Frontend/node_modules/.cache/babel-loader/b35db6d1f8c3670dcd6ad8e083023868.json

1 line
465 B
JSON
Raw Normal View History

2020-12-21 11:29:31 -04:00
{"ast":null,"code":"/**\n * Creates a unary function that invokes `func` with its argument transformed.\n *\n * @private\n * @param {Function} func The function to wrap.\n * @param {Function} transform The argument transform.\n * @returns {Function} Returns the new function.\n */\nfunction overArg(func, transform) {\n return function (arg) {\n return func(transform(arg));\n };\n}\n\nmodule.exports = overArg;","map":null,"metadata":{},"sourceType":"script"}