mirror of
https://github.com/taixingyiji/openit.git
synced 2025-11-03 02:12:28 +00:00
2022.07.20 16:18:09 更新订阅
This commit is contained in:
14
utils/rm/node_modules/lodash/_stackGet.js
generated
vendored
Normal file
14
utils/rm/node_modules/lodash/_stackGet.js
generated
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
/**
|
||||
* 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;
|
||||
Reference in New Issue
Block a user