mirror of
https://github.com/Azure/setup-helm.git
synced 2025-12-22 23:35:45 +00:00
v3 new release (#80)
This commit is contained in:
committed by
GitHub
parent
a767c8d3a1
commit
20d2b4f98d
14
node_modules/lodash/_stackGet.js
generated
vendored
Normal file
14
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