Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F95194518
cacheWrapper.d.ts
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Fri, Dec 13, 15:21
Size
371 B
Mime Type
text/x-java
Expires
Sun, Dec 15, 15:21 (2 d)
Engine
blob
Format
Raw Data
Handle
22928639
Attached To
rOACCT Open Access Compliance Check Tool (OACCT)
cacheWrapper.d.ts
View Options
import { Cache, CosmiconfigResult } from './types';
declare function cacheWrapper(cache: Cache, key: string, fn: () => Promise<CosmiconfigResult>): Promise<CosmiconfigResult>;
declare function cacheWrapperSync(cache: Cache, key: string, fn: () => CosmiconfigResult): CosmiconfigResult;
export { cacheWrapper, cacheWrapperSync };
//# sourceMappingURL=cacheWrapper.d.ts.map
Event Timeline
Log In to Comment