Generic type variables
The `TypeError` object generic type variables
TypeError<
Id
,Type>
TypeError<
Id
,Type>
A generic type variable constrained by the string
, by default of the value captured from the provided id
indicates the identification type of a new TypeError
instance.
type-error.class.ts
TypeError<Id,
Type
>
TypeError<Id,
Type
>
A generic type variable constrained by the string
and undefined
, by default of the value equal to undefined
indicates the captured type of the supplied type
of a new TypeError
instance.
type-error.class.ts
Last updated