mirror of
https://code.forgejo.org/actions/setup-node.git
synced 2025-06-14 16:01:11 +00:00
.
This commit is contained in:
parent
9fff29ba6c
commit
00c3b50fca
7278 changed files with 0 additions and 1778943 deletions
15
node_modules/lodash/_stackClear.js
generated
vendored
15
node_modules/lodash/_stackClear.js
generated
vendored
|
@ -1,15 +0,0 @@
|
|||
var ListCache = require('./_ListCache');
|
||||
|
||||
/**
|
||||
* Removes all key-value entries from the stack.
|
||||
*
|
||||
* @private
|
||||
* @name clear
|
||||
* @memberOf Stack
|
||||
*/
|
||||
function stackClear() {
|
||||
this.__data__ = new ListCache;
|
||||
this.size = 0;
|
||||
}
|
||||
|
||||
module.exports = stackClear;
|
Loading…
Add table
Add a link
Reference in a new issue