vue-app-sdk
Version:
15 lines (14 loc) • 472 B
JavaScript
;
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
const _Hash = require("./_Hash.cjs");
const _ListCache = require("./_ListCache.cjs");
const _Map = require("./_Map.cjs");
function mapCacheClear() {
this.size = 0;
this.__data__ = {
"hash": new _Hash.default(),
"map": new (_Map.default || _ListCache.default)(),
"string": new _Hash.default()
};
}
exports.default = mapCacheClear;