get [Symbol.toStringTag]()
The `get` accessor, with the help of `toStringTag`, changes the default tag to 'Range' for an instance of `Range`
[Symbol.toStringTag]
[Symbol.toStringTag]
The get
accessor, with the help of toStringTag
, changes the default tag to 'Range'
for an instance of Range
.
range.class.ts
Return type
Example usage
Last updated