We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
step: T
global.d.ts
1 parent 629aa80 commit 0006fe0Copy full SHA for 0006fe0
global.d.ts
@@ -6,6 +6,6 @@ declare var Iterator: {
6
range(start: bigint, end: bigint | Infinity, option: bigint | NumericRangeOptions<bigint>): IterableIterator<bigint>
7
}
8
interface NumericRangeOptions<T extends bigint | number> {
9
- step?: number | number
+ step?: T
10
inclusive?: boolean
11
0 commit comments