Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/MikeMcl/bignumber.js
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcl committed Aug 8, 2022
2 parents 93ec76b + b951358 commit 6cc9b88
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bignumber.d.ts
Expand Up @@ -1827,3 +1827,5 @@ export declare class BigNumber implements BigNumber.Instance {
*/
static set(object: BigNumber.Config): BigNumber.Config;
}

export function BigNumber(n: BigNumber.Value, base?: number): BigNumber;

0 comments on commit 6cc9b88

Please sign in to comment.