Your IP : 216.73.216.91


Current Path : /var/node/inatote/Inatote-Backend/node_modules/lodash/
Upload File :
Current File : /var/node/inatote/Inatote-Backend/node_modules/lodash/_listCacheClear.js

/**
 * Removes all key-value entries from the list cache.
 *
 * @private
 * @name clear
 * @memberOf ListCache
 */
function listCacheClear() {
  this.__data__ = [];
  this.size = 0;
}

module.exports = listCacheClear;