UNPKG

@cachemap/map

Version:
10 lines (7 loc) 166 B
export type ConstructorOptions = InitOptions; export interface InitOptions extends Options { name: string; } export interface Options { maxHeapSize?: number; }