UNPKG

@yoroi/common

Version:
3 lines 249 B
import { App } from '@yoroi/types'; export declare const extractEntryCacheInfo: <T extends App.CacheInfo | null | undefined, K extends string>([key, value]: [K, T]) => [K, App.CacheInfo | null]; //# sourceMappingURL=extract-entry-cache-info.d.ts.map