Generic type variables
The `RangeErrors` object generic type variables
RangeErrors<
Id
>
RangeErrors<
Id
>
A generic type variable constrained by the string
, by default of the value captured from the provided rest parameter id
indicates the identification type of a new RangeErrors
instance.
range-errors.class.ts
Last updated