UNPKG

next

Version:

The React Framework

5 lines (4 loc) 157 B
export declare function getRevalidateReason(params: { isOnDemandRevalidate?: boolean; isRevalidate?: boolean; }): 'on-demand' | 'stale' | undefined;