UNPKG

@thi.ng/associative

Version:

ES Map/Set-compatible implementations with customizable equality semantics & supporting operations

3 lines 174 B
export declare const __equivMap: (a: Map<any, any>, b: any) => boolean; export declare const __equivSet: (a: Set<any>, b: any) => boolean; //# sourceMappingURL=equiv.d.ts.map