currency_contry_exchange
Advanced tools
Comparing version 1.1.2 to 1.1.3
@@ -1,1 +0,1 @@ | ||
var MyLib=function(e){"use strict";const t={PE:{Cliente:"Cedente",Deudor:"Aceptante"},CL:{Cliente:"Cliente",Deudor:"Deudor"}};class n{constructor(){}etiquetas(r="Cliente",u="PE"){return t[u][r]}}return e.Changescurrezycontriestemp=n,Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),e}({}); | ||
var MyLib=function(e){"use strict";const t={peru:{cliente:"Cedente",deudor:"Aceptante"},chile:{cliente:"Cliente",deudor:"Deudor"}};class o{constructor(){}labels({contry:a,label:c}){return t[a.toLocaleLowerCase()][c.toLocaleLowerCase()]}}return e.Faastlocation=o,Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),e}({}); |
@@ -1,20 +0,20 @@ | ||
const n = { | ||
PE: { | ||
Cliente: "Cedente", | ||
Deudor: "Aceptante" | ||
const t = { | ||
peru: { | ||
cliente: "Cedente", | ||
deudor: "Aceptante" | ||
}, | ||
CL: { | ||
Cliente: "Cliente", | ||
Deudor: "Deudor" | ||
chile: { | ||
cliente: "Cliente", | ||
deudor: "Deudor" | ||
} | ||
}; | ||
class o { | ||
class c { | ||
constructor() { | ||
} | ||
etiquetas(e = "Cliente", t = "PE") { | ||
return n[t][e]; | ||
labels({ contry: e, label: o }) { | ||
return t[e.toLocaleLowerCase()][o.toLocaleLowerCase()]; | ||
} | ||
} | ||
export { | ||
o as Changescurrezycontriestemp | ||
c as Faastlocation | ||
}; |
@@ -1,4 +0,5 @@ | ||
export declare class Changescurrezycontriestemp { | ||
import { InterfaceLabels } from './models/interfaces'; | ||
export declare class Faastlocation { | ||
constructor(); | ||
etiquetas(type?: string, contry?: string): any; | ||
labels({ contry, label }: InterfaceLabels): any; | ||
} |
{ | ||
"name": "currency_contry_exchange", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"type": "module", | ||
@@ -28,2 +28,4 @@ "files": [ | ||
"devDependencies": { | ||
"eslint-config-prettier": "^9.1.0", | ||
"prettier": "^3.3.3", | ||
"typescript": "^5.5.3", | ||
@@ -30,0 +32,0 @@ "vite": "^5.4.1", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
4429
10
36
1
33
5