3 lines
157 B
Plaintext
3 lines
157 B
Plaintext
import type { ReducerState } from '../router-reducer-types';
|
|
export declare function prunePrefetchCache(prefetchCache: ReducerState['prefetchCache']): void;
|