fa0cd15c66264c820801d04e4ee4578813f539403da6c9a943717cb97f31ef0c.json 524 B

1
  1. {"ast":null,"code":"import assocIndexOf from './_assocIndexOf.js';\n\n/**\n * Gets the list cache value for `key`.\n *\n * @private\n * @name get\n * @memberOf ListCache\n * @param {string} key The key of the value to get.\n * @returns {*} Returns the entry value.\n */\nfunction listCacheGet(key) {\n var data = this.__data__,\n index = assocIndexOf(data, key);\n return index < 0 ? undefined : data[index][1];\n}\nexport default listCacheGet;","map":null,"metadata":{},"sourceType":"module","externalDependencies":[]}