Type Alias SubtypeOf<Supertype, Subtype>

SubtypeOf: Subtype

utility type to assert that the second type is a subtype of the first type. Returns the subtype.

Type Parameters