currency_contry_exchange
Advanced tools
Comparing version 1.3.2 to 1.3.4
@@ -1,2 +0,2 @@ | ||
import { FormaterCurrencyInterface, FormaterRut, InterfaceLabels } from './models/interfaces'; | ||
import { FormaterAmountInterface, FormaterCurrencyInterface, FormaterRut, InterfaceLabels } from './models/interfaces'; | ||
interface FaastlocationInterface { | ||
@@ -15,3 +15,4 @@ labels: ({ contry, label }: InterfaceLabels) => string; | ||
}): object; | ||
formaterAmount({ contry, amount }: FormaterAmountInterface): string; | ||
} | ||
export {}; |
@@ -14,1 +14,5 @@ export interface InterfaceLabels { | ||
} | ||
export interface FormaterAmountInterface { | ||
contry: string; | ||
amount: string; | ||
} |
{ | ||
"name": "currency_contry_exchange", | ||
"version": "1.3.2", | ||
"version": "1.3.4", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "files": [ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
311530
13
2825