mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-16 23:10:29 +00:00
Merge pull request #15805 from alitaheri/fix-decimal-js-import
Fix decimal.js es6 default export
This commit is contained in:
Vendored
+2
@@ -189,6 +189,8 @@ declare namespace decimal {
|
||||
}
|
||||
|
||||
interface IDecimalStatic extends IDecimalConfig {
|
||||
default: IDecimalStatic;
|
||||
|
||||
(value: number | string | Decimal, base?: number): Decimal;
|
||||
|
||||
new(value: number | string | Decimal, base?: number): Decimal;
|
||||
|
||||
Reference in New Issue
Block a user