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.
2 parents 25c4a10 + 8585010 commit 0f148f9Copy full SHA for 0f148f9
decimal.d.ts
@@ -56,7 +56,6 @@ export declare class Decimal {
56
readonly d: number[];
57
readonly e: number;
58
readonly s: number;
59
- private readonly toStringTag: string;
60
61
constructor(n: Decimal.Value);
62
decimal.global.d.ts
@@ -77,7 +77,6 @@ export declare class Decimal {
77
78
79
80
81
82
constructor(n: DecimalValue);
83
0 commit comments