config.d.ts 215 B

1234
  1. import type { FullConfiguration, ScopedMutator, Cache } from '../types';
  2. declare const cache: Cache<any>, mutate: ScopedMutator<any>;
  3. export { cache, mutate };
  4. export declare const defaultConfig: FullConfiguration;