@thi.ng/associative
Version:
ES Map/Set-compatible implementations with customizable equality semantics & supporting operations
15 lines • 398 B
TypeScript
/**
* Implements Symbol.dispose functionality for given Set-like impl and its
* values.
*
* @internal
*/
export declare const __disposableValues: (clazz: any) => any;
/**
* Implements recursive Symbol.dispose functionality for given Map-like impl,
* its keys and values.
*
* @internal
*/
export declare const __disposableEntries: (clazz: any) => any;
//# sourceMappingURL=dispose.d.ts.map