UNPKG

597 BTypeScriptView Raw
1import { ConfigInterface } from './types';
2declare function cacheGet(key: string): any;
3declare function cacheSet(key: string, value: any): Map<any, any>;
4declare function cacheClear(): void;
5declare const CONCURRENT_PROMISES: {};
6declare const CONCURRENT_PROMISES_TS: {};
7declare const FOCUS_REVALIDATORS: {};
8declare const CACHE_REVALIDATORS: {};
9declare const MUTATION_TS: {};
10declare const defaultConfig: ConfigInterface;
11export { CONCURRENT_PROMISES, CONCURRENT_PROMISES_TS, FOCUS_REVALIDATORS, CACHE_REVALIDATORS, MUTATION_TS, cacheGet, cacheSet, cacheClear };
12export default defaultConfig;