⚠ valueOf()
Returns a read-only object consisting of the primitive values of `Minimum` and `Maximum` instances
Last updated
Returns a read-only object consisting of the primitive values of `Minimum` and `Maximum` instances
Last updated
Range.prototype.valueOf()
Deprecated: This feature is no longer recommended. Avoid using it, and update existing code if possible. Be aware that this feature may cease to work at any time.
The valueOf()
method returns a read-only object consisting of the primitive values of and instances.
Readonly
<{ min:
; max:
; }>
The return type is the object consisting of property min
of a generic type variable and a max
of generic type variable .
The return value is a frozen consisting of the primitive values of and instances.