UNPKG

@file-cache/core

Version:

A cache for file metadata or file content.

3 lines 184 B
export type CreateCacheKeyGenerator = () => string; export declare const createCacheKey: (generators: CreateCacheKeyGenerator[]) => string; //# sourceMappingURL=createCacheKey.d.ts.map