b0fea68be574e0b447fbb3815d251de6.json 1013 Bytes
{"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\nmodule.exports = stackGet;","map":{"version":3,"sources":["C:/Users/kkwan_000/Desktop/git/2017110269/minsung/node_modules/lodash/_stackGet.js"],"names":["stackGet","key","__data__","get","module","exports"],"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;;AAEDG,MAAM,CAACC,OAAP,GAAiBL,QAAjB","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\nmodule.exports = stackGet;\n"]},"metadata":{},"sourceType":"script"}