UNPKG

@5stones/onix

Version:

A strongly typed library for parsing ONIX feeds.

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