get range()
The `get` accessor obtains the range of minimum and maximum
Last updated
Was this helpful?
The `get` accessor obtains the range of minimum and maximum
Last updated
Was this helpful?
RangeError.prototype.range
The accessor obtains the and range in the form of an .
{ min?:
; max?:
}
The return type is the that consists of the min
and max
properties, indicating the error range.
The return value is an that consists of the range under the min
property and the under the max
property.
min
- The minimum range of generic type variable of the instance.
max
- The maximum range of generic type variable of the instance.