UNPKG

renovate

Version:

Automated dependency updates. Flexible so you don't need to be.

4 lines (3 loc) 193 B
import type { WorkerPlatformConfig } from './apis'; export declare function resetCaches(): Promise<void>; export declare function initializeCaches(config: WorkerPlatformConfig): Promise<void>;