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)

optional
step? : number

The amount to increment by