Gazebo_simulation-Frontend/node_modules/.cache/babel-loader/10b7f87bfdd34b41d7f192a05094b440.json
2020-12-22 09:59:14 -05:00

1 line
568 B
JSON

{"ast":null,"code":"var copyObject = require('./_copyObject'),\n keysIn = require('./keysIn');\n/**\n * The base implementation of `_.assignIn` without support for multiple sources\n * or `customizer` functions.\n *\n * @private\n * @param {Object} object The destination object.\n * @param {Object} source The source object.\n * @returns {Object} Returns `object`.\n */\n\n\nfunction baseAssignIn(object, source) {\n return object && copyObject(source, keysIn(source), object);\n}\n\nmodule.exports = baseAssignIn;","map":null,"metadata":{},"sourceType":"script"}