Generic type variables
The `RangeError` object generic type variables
Last updated
Was this helpful?
The `RangeError` object generic type variables
Last updated
Was this helpful?
RangeError<
Id
,Min,Max>
A generic type variable constrained by the string
, by default of the value captured from the provided indicates the type of a new RangeError
instance.
RangeError<Id,
Min
,Max>
RangeError<Id,Min,
Max
>
A generic type variable constrained by the number
and undefined
, by default of the value captured from the provided indicates the minimum range type of a new RangeError
instance.
A generic type variable constrained by the number
and undefined
by default of the value captured from the provided indicates the maximum range type of a new RangeError
instance.