UNPKG

simple-on-disk-cache

Version:

A simple on-disk cache, supporting local and remote filesystem targets, with time based expiration policies.

5 lines (4 loc) 121 B
export declare const getObjectAsString: ({ bucket, key, }: { bucket: string; key: string; }) => Promise<string>;