isBetweenSome()
Checks whether the range of a specified `Range` object is between some given `ranges`
Last updated
Was this helpful?
Checks whether the range of a specified `Range` object is between some given `ranges`
Last updated
Was this helpful?
Range.prototype.isBetweenSome()
Checks whether the range of a specified object is between some given .
...ranges: [
,
][]
A rest parameter of ranges of an type to test.
The return value is a type indicating whether the range of a specified object is between some given .