mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-14 05:50:20 +00:00
fix: Add missing constants for @types/dinero.js (#35948)
This commit is contained in:
committed by
Ben Lichtman
parent
27d37c0d0e
commit
c99bb17fe9
Vendored
+3
@@ -12,6 +12,9 @@ declare function DineroFactory(options?: Dinero.Options): DineroFactory.Dinero;
|
||||
|
||||
declare namespace DineroFactory {
|
||||
let globalExchangeRatesApi: ExchangeRatesApiOptions;
|
||||
let globalFormat: string;
|
||||
let globalLocale: string;
|
||||
let globalRoundingMode: string;
|
||||
function normalizePrecision(objects: Dinero[]): Dinero[];
|
||||
|
||||
interface Options {
|
||||
|
||||
Reference in New Issue
Block a user