Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
iamdoron committed Feb 20, 2019
1 parent 788335b commit 18bf82a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bignumber.d.ts
Expand Up @@ -345,8 +345,8 @@ export namespace BigNumber {
* The sign of the value of this BigNumber, -1 or 1.
*/
readonly s: number;

}

type NaNObject = { readonly c: null, readonly e: null, readonly s: null };
export type Object = RegularNumberObject | NaNObject;
export type Instance = BigNumber;
Expand Down

0 comments on commit 18bf82a

Please sign in to comment.