UNPKG

hypershield

Version:

Middleware suite for high-performance and resilient APIs

4 lines 224 B
import { CacheConfig } from '../types/config'; export declare const defaultCacheConfig: CacheConfig; export declare function validateCacheConfig(config: Partial<CacheConfig>): CacheConfig; //# sourceMappingURL=cache.d.ts.map