currency_contry_exchange
Advanced tools
Comparing version 1.4.4 to 1.4.5
@@ -1,2 +0,2 @@ | ||
import { FormaterAmountInterface, FormaterCurrencyInterface, FormaterRut, InterfaceLabels } from './models/interfaces'; | ||
import { FormaterAmountInterface, FormaterCurrencyInterface, FormaterRut, InterfaceLabels, RutValidatorIsNaturalinterface } from './models/interfaces'; | ||
interface FaastlocationInterface { | ||
@@ -8,2 +8,3 @@ labels: ({ contry, label }: InterfaceLabels) => string; | ||
formaterAmount: ({ contry, amount }: FormaterAmountInterface) => string; | ||
rutValidatorIsNatural: ({ contry, rut }: RutValidatorIsNaturalinterface) => boolean; | ||
} | ||
@@ -20,3 +21,4 @@ export declare class Faastlocation implements FaastlocationInterface { | ||
formaterAmount({ contry, amount, typeCurrenzy }: FormaterAmountInterface): string; | ||
rutValidatorIsNatural({ contry, rut }: RutValidatorIsNaturalinterface): boolean; | ||
} | ||
export {}; |
@@ -31,1 +31,5 @@ export interface InterfaceLabels { | ||
} | ||
export interface RutValidatorIsNaturalinterface { | ||
contry: string; | ||
rut: string | any; | ||
} |
{ | ||
"name": "currency_contry_exchange", | ||
"version": "1.4.4", | ||
"version": "1.4.5", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
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
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
319108
15
2895