currency_contry_exchange
Advanced tools
Comparing version 1.3.9 to 1.4.0
@@ -13,8 +13,9 @@ import { FormaterAmountInterface, FormaterCurrencyInterface, FormaterRut, InterfaceLabels } from './models/interfaces'; | ||
validateFormaterRut({ contry, rut, isValidate }: FormaterRut | any): string; | ||
formaterCurrency({ contry, currency }: FormaterCurrencyInterface): string; | ||
formaterInputProps({ contry }: { | ||
formaterCurrency({ contry, currency, typeCurrenzy }: FormaterCurrencyInterface): string; | ||
formaterInputProps({ contry, typeCurrenzy }: { | ||
contry?: string | undefined; | ||
typeCurrenzy?: string | undefined; | ||
}): object; | ||
formaterAmount({ contry, amount }: FormaterAmountInterface): string; | ||
formaterAmount({ contry, amount, typeCurrenzy }: FormaterAmountInterface): string; | ||
} | ||
export {}; |
@@ -13,2 +13,3 @@ export interface InterfaceLabels { | ||
currency: any; | ||
typeCurrenzy?: string; | ||
} | ||
@@ -18,2 +19,14 @@ export interface FormaterAmountInterface { | ||
amount: string; | ||
typeCurrenzy?: string; | ||
} | ||
export interface FormaterCurrencyFnc { | ||
currenzy: any; | ||
typeCurrenzy?: string; | ||
} | ||
export interface Formateramountfnc { | ||
amount: string | any; | ||
typeCurrenzy?: string; | ||
} | ||
export interface Typecurrenzy { | ||
euro: string; | ||
} |
@@ -0,2 +1,5 @@ | ||
import { Typecurrenzy } from '../models/interfaces'; | ||
export declare const Labels: any; | ||
export declare const PropsInput: any; | ||
export declare const TYPECURRENZY: Typecurrenzy; | ||
export declare const ObjecInputSeparatorPE: any; | ||
export declare const ObjecInputSeparatorCL: any; |
{ | ||
"name": "currency_contry_exchange", | ||
"version": "1.3.9", | ||
"version": "1.4.0", | ||
"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
315541
14
2869