UNPKG

@cachemap/map

Version:
8 lines 203 B
export type ConstructorOptions = InitOptions; export interface InitOptions extends Options { name: string; } export interface Options { maxHeapSize?: number; } //# sourceMappingURL=types.d.ts.map