currency_contry_exchange
Advanced tools
Comparing version 1.4.6 to 1.4.7
{ | ||
"name": "currency_contry_exchange", | ||
"version": "1.4.6", | ||
"version": "1.4.7", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -55,10 +55,6 @@ # TypeScript | ||
|---|---|---|---| | ||
| formaterCurrency(options) | contry: string, currency: number, typeCurrenzy: string | string | Formatea un valor monetario según el país y tipo de moneda especificados. <br> **Ejemplo:** formaterCurrency({ contry: 'chile', currency: 123456.78, typeCurrenzy: 'CLP' }) | | ||
| formaterInputProps(options) | contry: string, typeCurrenzy: string | object | Devuelve un objeto con las propiedades de un input adaptado al país y tipo de moneda. Este metodo se usa con la libreria Numberformat | | ||
| labels(optins) | contry: string, label:string | string | Devuelve un string | | ||
| formaterAmount(optins) | contry:string, amount:number, typeCurrenzy:string | string | Devuelve un string con el monto formateado | ||
| validateFormaterRut(optins) | contry:string rut:string isValidate:boolean typeCurrenzy:string | string o alerta | Devuelve un string si isValidate esta en true, por defecto retorna el rut formateado string | ||
**Note:** Before publishing, run npm, commit the version and upload it to git, then change the versioning in the package.json | ||
| formaterCurrency(options) | { contry: string, currency: number, typeCurrenzy: string } | string | Formatea un valor monetario según el país y tipo de moneda especificados. <br> **Ejemplo:** formaterCurrency({ contry: 'chile', currency: 123456.78, typeCurrenzy: 'CLP' }) | | ||
| formaterInputProps(options) | { contry: string, typeCurrenzy: string } | object | Devuelve un objeto con las propiedades de un input adaptado al país y tipo de moneda. Este metodo se usa con la libreria Numberformat | | ||
| labels(optins) | { contry: string, label:string } | string | Devuelve un string | | ||
| formaterAmount(optins) | { contry:string, amount:number, typeCurrenzy:string } | string | Devuelve un string con el monto formateado | ||
| validateFormaterRut(optins) | { contry:string rut:string isValidate:boolean typeCurrenzy:string } | string o alerta | Devuelve un string si isValidate esta en true, por defecto retorna el rut formateado string |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
319193
60