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

1 line
489 B
JSON

{"ast":null,"code":"var Hash = require('./_Hash'),\n ListCache = require('./_ListCache'),\n Map = require('./_Map');\n/**\n * Removes all key-value entries from the map.\n *\n * @private\n * @name clear\n * @memberOf MapCache\n */\n\n\nfunction mapCacheClear() {\n this.size = 0;\n this.__data__ = {\n 'hash': new Hash(),\n 'map': new (Map || ListCache)(),\n 'string': new Hash()\n };\n}\n\nmodule.exports = mapCacheClear;","map":null,"metadata":{},"sourceType":"script"}