UNPKG

@5stones/onix

Version:

A strongly typed library for parsing ONIX feeds.

10 lines 303 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.TaxType = void 0; var TaxType; (function (TaxType) { TaxType["_01"] = "01"; TaxType["_02"] = "02"; TaxType["_03"] = "03"; })(TaxType || (exports.TaxType = TaxType = {})); //# sourceMappingURL=TaxType.js.map