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

1 line
465 B
JSON
Raw Normal View History

2020-12-31 16:18:50 -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"}