.
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
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;
|
||||
Reference in New Issue
Block a user