UNPKG

480 BTypeScriptView Raw
1import { ConfigInterface } from './types';
2import Cache from './cache';
3declare const cache: Cache;
4declare const CONCURRENT_PROMISES: {};
5declare const CONCURRENT_PROMISES_TS: {};
6declare const FOCUS_REVALIDATORS: {};
7declare const CACHE_REVALIDATORS: {};
8declare const MUTATION_TS: {};
9declare const defaultConfig: ConfigInterface;
10export { CONCURRENT_PROMISES, CONCURRENT_PROMISES_TS, FOCUS_REVALIDATORS, CACHE_REVALIDATORS, MUTATION_TS, cache };
11export default defaultConfig;