UNPKG

next

Version:

The React Framework

7 lines (6 loc) 221 B
type Callback = (...args: any[]) => Promise<any>; export declare function unstable_cache<T extends Callback>(cb: T, keyParts?: string[], options?: { revalidate?: number | false; tags?: string[]; }): T; export {};