8889841chome/clixcotz/mars.clix.co.tz/node_modules/lodash/_listCacheClear.js000066600000000332150513253640021567 0ustar00/** * Removes all key-value entries from the list cache. * * @private * @name clear * @memberOf ListCache */ function listCacheClear() { this.__data__ = []; this.size = 0; } module.exports = listCacheClear;