UNPKG

cione-comp-lib

Version:

`$ yarn add cione-comp-lib` 或者 `$ npm i cione-comp-lib -S`

7 lines (6 loc) 154 B
import ListCache from "./_ListCache.mjs"; function stackClear() { this.__data__ = new ListCache(); this.size = 0; } export { stackClear as default };