RangeOptions

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