UNPKG

@cachemap/map

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