mirror of
https://code.forgejo.org/actions/setup-node.git
synced 2025-06-04 11:41:10 +00:00
.
This commit is contained in:
parent
a004f0ae58
commit
fc725ba36b
7280 changed files with 19 additions and 1796407 deletions
node_modules/lodash
18
node_modules/lodash/_stackDelete.js
generated
vendored
18
node_modules/lodash/_stackDelete.js
generated
vendored
|
@ -1,18 +0,0 @@
|
|||
/**
|
||||
* Removes `key` and its value from the stack.
|
||||
*
|
||||
* @private
|
||||
* @name delete
|
||||
* @memberOf Stack
|
||||
* @param {string} key The key of the value to remove.
|
||||
* @returns {boolean} Returns `true` if the entry was removed, else `false`.
|
||||
*/
|
||||
function stackDelete(key) {
|
||||
var data = this.__data__,
|
||||
result = data['delete'](key);
|
||||
|
||||
this.size = data.size;
|
||||
return result;
|
||||
}
|
||||
|
||||
module.exports = stackDelete;
|
Loading…
Add table
Add a link
Reference in a new issue