GoScrobble/web/node_modules/.cache/babel-loader/996c332d74005d595060060223d22299.json

1 line
929 B
JSON

{"ast":null,"code":"/**\n * Gets the stack value for `key`.\n *\n * @private\n * @name get\n * @memberOf Stack\n * @param {string} key The key of the value to get.\n * @returns {*} Returns the entry value.\n */\nfunction stackGet(key) {\n return this.__data__.get(key);\n}\n\nexport default stackGet;","map":{"version":3,"sources":["/app/node_modules/lodash-es/_stackGet.js"],"names":["stackGet","key","__data__","get"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,SAASA,QAAT,CAAkBC,GAAlB,EAAuB;AACrB,SAAO,KAAKC,QAAL,CAAcC,GAAd,CAAkBF,GAAlB,CAAP;AACD;;AAED,eAAeD,QAAf","sourcesContent":["/**\n * Gets the stack value for `key`.\n *\n * @private\n * @name get\n * @memberOf Stack\n * @param {string} key The key of the value to get.\n * @returns {*} Returns the entry value.\n */\nfunction stackGet(key) {\n return this.__data__.get(key);\n}\n\nexport default stackGet;\n"]},"metadata":{},"sourceType":"module"}