Skip to content

Commit 0006fe0

Browse files
authored
step: T in global.d.ts (#73)
1 parent 629aa80 commit 0006fe0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

global.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ declare var Iterator: {
66
range(start: bigint, end: bigint | Infinity, option: bigint | NumericRangeOptions<bigint>): IterableIterator<bigint>
77
}
88
interface NumericRangeOptions<T extends bigint | number> {
9-
step?: number | number
9+
step?: T
1010
inclusive?: boolean
1111
}

0 commit comments

Comments
 (0)