UNPKG

66 BTypeScriptView Raw
1export declare function withCache<T>(generate: () => T): () => T;