From c99bb17fe99098ab6bf94fb589fc38eb5e635d20 Mon Sep 17 00:00:00 2001 From: WaldoJeffers <7644970+WaldoJeffers@users.noreply.github.com> Date: Fri, 28 Jun 2019 19:58:35 +0200 Subject: [PATCH] fix: Add missing constants for @types/dinero.js (#35948) --- types/dinero.js/index.d.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/types/dinero.js/index.d.ts b/types/dinero.js/index.d.ts index 82a5026380..547cb4ef44 100644 --- a/types/dinero.js/index.d.ts +++ b/types/dinero.js/index.d.ts @@ -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 {