UNPKG
@5stones/onix
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
1.0.0-rc.7
1.0.0-rc.5
1.0.0-rc.4
1.0.0-rc.3
1.0.0-rc.2
1.0.0-rc.1
A strongly typed library for parsing ONIX feeds.
5-stones/onix
@5stones/onix
/
dist
/
enums
/
CurrencyZone.js
8 lines
•
290 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
CurrencyZone
=
void
0
;
var
CurrencyZone
; (
function
(
CurrencyZone
) {
CurrencyZone
[
"EUR"
] =
"EUR"
; })(
CurrencyZone
|| (
exports
.
CurrencyZone
=
CurrencyZone
= {}));
//# sourceMappingURL=CurrencyZone.js.map