We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6df248f commit b95c6ebCopy full SHA for b95c6eb
decimal.d.ts
@@ -297,3 +297,5 @@ export declare class Decimal {
297
static readonly ROUND_HALF_FLOOR: 8;
298
static readonly EUCLID: 9;
299
}
300
+
301
+export declare function Decimal(n: Decimal.Value): Decimal;
decimal.global.d.ts
@@ -318,3 +318,5 @@ export declare class Decimal {
318
319
320
321
322
0 commit comments