UNPKG

@thi.ng/associative

Version:

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

11 lines 254 B
/** * NodeJS inspection mixin * * @remarks * Reference: * https://nodejs.org/api/util.html#util_custom_inspection_functions_on_objects * * @internal */ export declare const __inspectable: (clazz: any) => any; //# sourceMappingURL=inspect.d.ts.map