Files
novarix.uk/node_modules/next/dist/server/app-render/prospective-render-utils.d.ts
T
Kismet Hasanaj 39a8a128be including-modules
2026-05-03 00:14:08 +02:00

6 lines
254 B
TypeScript

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