UNPKG

@5stones/onix

Version:

A strongly typed library for parsing ONIX feeds.

27 lines 843 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ExtentType = void 0; var ExtentType; (function (ExtentType) { ExtentType["_00"] = "00"; ExtentType["_02"] = "02"; ExtentType["_03"] = "03"; ExtentType["_04"] = "04"; ExtentType["_05"] = "05"; ExtentType["_06"] = "06"; ExtentType["_07"] = "07"; ExtentType["_08"] = "08"; ExtentType["_09"] = "09"; ExtentType["_10"] = "10"; ExtentType["_11"] = "11"; ExtentType["_12"] = "12"; ExtentType["_13"] = "13"; ExtentType["_14"] = "14"; ExtentType["_15"] = "15"; ExtentType["_16"] = "16"; ExtentType["_17"] = "17"; ExtentType["_18"] = "18"; ExtentType["_22"] = "22"; ExtentType["_23"] = "23"; })(ExtentType || (exports.ExtentType = ExtentType = {})); //# sourceMappingURL=ExtentType.js.map