wilddragon-site/node_modules/next/dist/server/app-render/prospective-render-utils.d.ts
2026-04-17 15:51:01 -04:00

6 lines
300 B
TypeScript
Executable file

export declare enum Phase {
ProspectiveRender = "the prospective render",
SegmentCollection = "segment collection",
InstantValidation = "instant validation"
}
export declare function printDebugThrownValueForProspectiveRender(thrownValue: unknown, route: string, phase: Phase): undefined;