UNPKG

@oazmi/build-tools

Version:

general deno build tool scripts which I practically use in all of my typescript repos

8 lines 296 B
export declare class DiskCache { location: string; constructor(location: string); get(filename: string): Promise<Uint8Array>; set(filename: string, data: Uint8Array): Promise<void>; static getCacheFilename(url: URL): Promise<string>; } //# sourceMappingURL=disk_cache.d.ts.map