UNPKG

big-associative

Version:

Big associative containers who can store over 16M elements

5 lines 176 B
export declare type Writable<T> = { -readonly [P in keyof T]: T[P]; }; export declare function Writable<T>(elem: T): Writable<T>; //# sourceMappingURL=Writable.d.ts.map