Interface RangeOptions

Options for creating a range

Hierarchy

  • RangeOptions

Properties

Properties

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

Generated using TypeDoc