Skip to content

Commit

Permalink
Added method overload to index.d.ts, have to revert commit due to cha…
Browse files Browse the repository at this point in the history
…nges to package-lock.json with using npm install to run the unit tests & lint tests
  • Loading branch information
Hudsxn committed Jan 31, 2024
1 parent e71b8fb commit 16cb78d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1201,6 +1201,7 @@ export interface MathJsInstance extends MathJsFactory {
* @returns Returns the hypothenuse of the input values.
*/
hypot<T extends number | BigNumber>(...args: T[]): T
hypot<T extends number | BigNumber>(args: T[]): T

/**
* Calculate the least common multiple for two or more values or arrays.
Expand Down

0 comments on commit 16cb78d

Please sign in to comment.