@5stones/onix
Version:
A strongly typed library for parsing ONIX feeds.
12 lines • 393 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.TextFormat = void 0;
var TextFormat;
(function (TextFormat) {
TextFormat["_02"] = "02";
TextFormat["_03"] = "03";
TextFormat["_05"] = "05";
TextFormat["_06"] = "06";
TextFormat["_07"] = "07";
})(TextFormat || (exports.TextFormat = TextFormat = {}));
//# sourceMappingURL=TextFormat.js.map