RangeOptions
export declare interface RangeOptions
export declare interface RangeOptions
Options for creating a range
end
:
number
The end of the range (exclusive)
start
:
number
The start of the range (inclusive)
Optional
step?
:
number
The amount to increment by