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

1 line
415 B
JSON

{"ast":null,"code":"var getMapData = require('./_getMapData');\n/**\n * Gets the map value for `key`.\n *\n * @private\n * @name get\n * @memberOf MapCache\n * @param {string} key The key of the value to get.\n * @returns {*} Returns the entry value.\n */\n\n\nfunction mapCacheGet(key) {\n return getMapData(this, key).get(key);\n}\n\nmodule.exports = mapCacheGet;","map":null,"metadata":{},"sourceType":"script"}