UNPKG

weakref

Version:

Extend built-in collections with weak references for efficient garbage collection and optimal performance in memory-intensive applications with IterableWeakSet, IterableWeakMap, and WeakValueMap.

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