UNPKG

layered-loader

Version:

Data loader with support for caching and fallback data sources

3 lines (2 loc) 186 B
import type { CacheConstructor, ToadCache } from 'toad-cache'; export declare function resolveCacheConstructor<CacheTypeId, T>(cacheTypeId: CacheTypeId): CacheConstructor<ToadCache<T>>;