UNPKG

@5stones/onix

Version:

A strongly typed library for parsing ONIX feeds.

8 lines 290 B
"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