@5stones/onix
Version:
A strongly typed library for parsing ONIX feeds.
9 lines • 411 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ResourceIdentifierType = void 0;
var ResourceIdentifierType;
(function (ResourceIdentifierType) {
ResourceIdentifierType["_01"] = "01";
ResourceIdentifierType["_09"] = "09";
})(ResourceIdentifierType || (exports.ResourceIdentifierType = ResourceIdentifierType = {}));
//# sourceMappingURL=ResourceIdentifierType.js.map