Class PossiblyEvaluated<Props, PossibleEvaluatedProps>
Type Parameters
- Props
- PossibleEvaluatedProps
Index
Constructors
Methods
Constructors
constructor
- new PossiblyEvaluated<Props, PossibleEvaluatedProps>(
properties: Properties<Props>,
): PossiblyEvaluated<Props, PossibleEvaluatedProps>Type Parameters
- Props
- PossibleEvaluatedProps
Parameters
- properties: Properties<Props>
Returns PossiblyEvaluated<Props, PossibleEvaluatedProps>
Was this helpful?