UNPKG

next

Version:

The React Framework

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