Skip to content

Commit

Permalink
step: T in global.d.ts (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rudxain authored Dec 8, 2024
1 parent 629aa80 commit 0006fe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion global.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ declare var Iterator: {
range(start: bigint, end: bigint | Infinity, option: bigint | NumericRangeOptions<bigint>): IterableIterator<bigint>
}
interface NumericRangeOptions<T extends bigint | number> {
step?: number | number
step?: T
inclusive?: boolean
}

0 comments on commit 0006fe0

Please sign in to comment.