@5stones/onix
Version:
A strongly typed library for parsing ONIX feeds.
26 lines • 813 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.DateFormat = void 0;
var DateFormat;
(function (DateFormat) {
DateFormat["_00"] = "00";
DateFormat["_01"] = "01";
DateFormat["_02"] = "02";
DateFormat["_03"] = "03";
DateFormat["_04"] = "04";
DateFormat["_05"] = "05";
DateFormat["_06"] = "06";
DateFormat["_07"] = "07";
DateFormat["_08"] = "08";
DateFormat["_09"] = "09";
DateFormat["_10"] = "10";
DateFormat["_11"] = "11";
DateFormat["_12"] = "12";
DateFormat["_13"] = "13";
DateFormat["_14"] = "14";
DateFormat["_20"] = "20";
DateFormat["_21"] = "21";
DateFormat["_25"] = "25";
DateFormat["_32"] = "32";
})(DateFormat || (exports.DateFormat = DateFormat = {}));
//# sourceMappingURL=DateFormat.js.map