Gazebo_simulation-Frontend/node_modules/.cache/babel-loader/fdad716af3da0caf783ba46fc18...

1 line
365 B
JSON

{"ast":null,"code":"var nativeCreate = require('./_nativeCreate');\n/**\n * Removes all key-value entries from the hash.\n *\n * @private\n * @name clear\n * @memberOf Hash\n */\n\n\nfunction hashClear() {\n this.__data__ = nativeCreate ? nativeCreate(null) : {};\n this.size = 0;\n}\n\nmodule.exports = hashClear;","map":null,"metadata":{},"sourceType":"script"}