@5stones/onix
Version:
A strongly typed library for parsing ONIX feeds.
30 lines • 970 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.BiblePurpose = void 0;
var BiblePurpose;
(function (BiblePurpose) {
BiblePurpose["AW"] = "AW";
BiblePurpose["BB"] = "BB";
BiblePurpose["BR"] = "BR";
BiblePurpose["CF"] = "CF";
BiblePurpose["CH"] = "CH";
BiblePurpose["CM"] = "CM";
BiblePurpose["CR"] = "CR";
BiblePurpose["DR"] = "DR";
BiblePurpose["DV"] = "DV";
BiblePurpose["FM"] = "FM";
BiblePurpose["GT"] = "GT";
BiblePurpose["GF"] = "GF";
BiblePurpose["LP"] = "LP";
BiblePurpose["MN"] = "MN";
BiblePurpose["PS"] = "PS";
BiblePurpose["PW"] = "PW";
BiblePurpose["SC"] = "SC";
BiblePurpose["SL"] = "SL";
BiblePurpose["ST"] = "ST";
BiblePurpose["SU"] = "SU";
BiblePurpose["WG"] = "WG";
BiblePurpose["WM"] = "WM";
BiblePurpose["YT"] = "YT";
})(BiblePurpose || (exports.BiblePurpose = BiblePurpose = {}));
//# sourceMappingURL=BiblePurpose.js.map