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

1 line
365 B
JSON
Raw Normal View History

2020-12-21 11:29:31 -04:00
{"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"}