flow like the river
This commit is contained in:
commit
013fe673f3
42435 changed files with 5764238 additions and 0 deletions
13
VISUALIZACION/node_modules/lodash-es/_listCacheClear.js
generated
vendored
Executable file
13
VISUALIZACION/node_modules/lodash-es/_listCacheClear.js
generated
vendored
Executable file
|
|
@ -0,0 +1,13 @@
|
|||
/**
|
||||
* Removes all key-value entries from the list cache.
|
||||
*
|
||||
* @private
|
||||
* @name clear
|
||||
* @memberOf ListCache
|
||||
*/
|
||||
function listCacheClear() {
|
||||
this.__data__ = [];
|
||||
this.size = 0;
|
||||
}
|
||||
|
||||
export default listCacheClear;
|
||||
Loading…
Add table
Add a link
Reference in a new issue