next
Version:
The React Framework
5 lines (4 loc) • 378 B
TypeScript
export declare function throwWithStaticGenerationBailoutError(route: string, expression: string): never;
export declare function throwWithStaticGenerationBailoutErrorWithDynamicError(route: string, expression: string): never;
export declare function throwForSearchParamsAccessInUseCache(route: string): never;
export declare function isRequestAPICallableInsideAfter(): boolean;