get min()
The `get` accessor obtains the minimum range
RangeError.prototype.min
RangeError.prototype.min
The get
accessor obtains the minimum range of generic type variable Min
that causes an error to be thrown(or not thrown), if set, otherwise returns undefined
.
range-error.class.ts
Return type
Returns
The return value is the minimum range of generic type variable Min
or undefined
.
Example usage
Last updated