UNPKG

@5stones/onix

Version:

A strongly typed library for parsing ONIX feeds.

23 lines 723 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ExtentUnit = void 0; var ExtentUnit; (function (ExtentUnit) { ExtentUnit["_00"] = "00"; ExtentUnit["_01"] = "01"; ExtentUnit["_02"] = "02"; ExtentUnit["_03"] = "03"; ExtentUnit["_04"] = "04"; ExtentUnit["_05"] = "05"; ExtentUnit["_06"] = "06"; ExtentUnit["_11"] = "11"; ExtentUnit["_12"] = "12"; ExtentUnit["_14"] = "14"; ExtentUnit["_15"] = "15"; ExtentUnit["_16"] = "16"; ExtentUnit["_17"] = "17"; ExtentUnit["_18"] = "18"; ExtentUnit["_19"] = "19"; ExtentUnit["_31"] = "31"; })(ExtentUnit || (exports.ExtentUnit = ExtentUnit = {})); //# sourceMappingURL=ExtentUnit.js.map