Skip to content

Commit

Permalink
fix: #2972 type definitions of Unit.divide(Unit) have a wrong retur…
Browse files Browse the repository at this point in the history
…n type
  • Loading branch information
josdejong committed Jun 20, 2023
1 parent 29db0fb commit 6db3df2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3880,7 +3880,7 @@ declare namespace math {
equalBase(unit: Unit): boolean
equals(unit: Unit): boolean
multiply(unit: Unit): Unit
divide(unit: Unit): Unit
divide(unit: Unit): Unit | number
pow(unit: Unit): Unit
abs(unit: Unit): Unit
to(unit: string): Unit
Expand Down

0 comments on commit 6db3df2

Please sign in to comment.