#209 Correct return type

pull/211/head
Michael M 2 years ago committed by GitHub
parent 65e63cedc4
commit 063e5fb7e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
decimal.d.ts vendored

@ -265,7 +265,7 @@ export declare class Decimal {
static random(significantDigits?: number): Decimal;
static round(n: Decimal.Value): Decimal;
static set(object: Decimal.Config): Decimal.Constructor;
static sign(n: Decimal.Value): Decimal;
static sign(n: Decimal.Value): number;
static sin(n: Decimal.Value): Decimal;
static sinh(n: Decimal.Value): Decimal;
static sqrt(n: Decimal.Value): Decimal;

Loading…
Cancel
Save