Gazebo_simulation-Frontend/node_modules/.cache/babel-loader/2d5a1bdb7b0247705f1ab1a1b31...

1 line
561 B
JSON

{"ast":null,"code":"var baseCreate = require('./_baseCreate'),\n getPrototype = require('./_getPrototype'),\n isPrototype = require('./_isPrototype');\n/**\n * Initializes an object clone.\n *\n * @private\n * @param {Object} object The object to clone.\n * @returns {Object} Returns the initialized clone.\n */\n\n\nfunction initCloneObject(object) {\n return typeof object.constructor == 'function' && !isPrototype(object) ? baseCreate(getPrototype(object)) : {};\n}\n\nmodule.exports = initCloneObject;","map":null,"metadata":{},"sourceType":"script"}