UNPKG

frail-map

Version:

FrailMap is an extension of WeakMap that supports primitive values using WeakRef.

8 lines 216 B
/** As oppose to WeakRef */ export declare class StrongRef<T extends object> { #private; constructor(data: T); deref(): T; get [Symbol.toStringTag](): string; } //# sourceMappingURL=StrongRef.d.ts.map