UNPKG

cione-comp-lib

Version:

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

7 lines (6 loc) 181 B
import nativeCreate from "./_nativeCreate.mjs"; function hashClear() { this.__data__ = nativeCreate ? nativeCreate(null) : {}; this.size = 0; } export { hashClear as default };