UNPKG

weakref

Version:

IterableWeakSet, IterableWeakMap, and WeakValueMap provide iterable weak collections whose entries disappear automatically when their objects are garbage collected—perfect for caches and registries in any JavaScript runtime.

4 lines • 201 B
export { IterableWeakSet } from "./iterable_weak_set.js"; export { IterableWeakMap } from "./iterable_weak_map.js"; export { WeakValueMap } from "./weak_value_map.js"; //# sourceMappingURL=mod.d.ts.map