UNPKG

@5stones/onix

Version:

A strongly typed library for parsing ONIX feeds.

10 lines 323 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.EventType = void 0; var EventType; (function (EventType) { EventType["_00"] = "00"; EventType["_01"] = "01"; EventType["_02"] = "02"; })(EventType || (exports.EventType = EventType = {})); //# sourceMappingURL=EventType.js.map