All Downloads are FREE. Search and download functionalities are using the official Maven repository.

node_modules.lodash._listCacheClear.js Maven / Gradle / Ivy

There is a newer version: 3.3.1
Show newest version
/**
 * Removes all key-value entries from the list cache.
 *
 * @private
 * @name clear
 * @memberOf ListCache
 */
function listCacheClear() {
  this.__data__ = [];
  this.size = 0;
}

module.exports = listCacheClear;




© 2015 - 2025 Weber Informatics LLC | Privacy Policy