@5stones/onix
Version:
A strongly typed library for parsing ONIX feeds.
18 lines • 663 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ContentAudience = void 0;
var ContentAudience;
(function (ContentAudience) {
ContentAudience["_00"] = "00";
ContentAudience["_01"] = "01";
ContentAudience["_02"] = "02";
ContentAudience["_03"] = "03";
ContentAudience["_04"] = "04";
ContentAudience["_05"] = "05";
ContentAudience["_06"] = "06";
ContentAudience["_07"] = "07";
ContentAudience["_08"] = "08";
ContentAudience["_09"] = "09";
ContentAudience["_10"] = "10";
})(ContentAudience || (exports.ContentAudience = ContentAudience = {}));
//# sourceMappingURL=ContentAudience.js.map