UNPKG

vue-app-sdk

Version:
9 lines (8 loc) 289 B
"use strict"; Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } }); const _ListCache = require("./_ListCache.cjs"); function stackClear() { this.__data__ = new _ListCache.default(); this.size = 0; } exports.default = stackClear;