DIR: /proc/1991109/root/usr/share/nodejs/lodash/ |
Current File : //proc/1991109/root/usr/share/nodejs/lodash/_stackGet.js |
/** Detect free variable `globalThis` */ const freeGlobalThis = typeof globalThis == 'object' && globalThis !== null && globalThis.Object == Object && globalThis; /** * Gets the stack value for `key`. * * @private * @name get * @memberOf Stack * @param {string} key The key of the value to get. * @returns {*} Returns the entry value. */ function stackGet(key) { return this.__data__.get(key); } module.exports = stackGet; |