9b6ef72d2c4563d5b8ea90edfad7868ef4678d97f7083518573896926b434098.json 435 B

1
  1. {"ast":null,"code":"import getMapData from './_getMapData.js';\n\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 */\nfunction mapCacheGet(key) {\n return getMapData(this, key).get(key);\n}\nexport default mapCacheGet;","map":null,"metadata":{},"sourceType":"module","externalDependencies":[]}