UNPKG

@5stones/onix

Version:

A strongly typed library for parsing ONIX feeds.

24 lines 808 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.BibleContents = void 0; var BibleContents; (function (BibleContents) { BibleContents["AP"] = "AP"; BibleContents["AQ"] = "AQ"; BibleContents["AX"] = "AX"; BibleContents["AY"] = "AY"; BibleContents["AZ"] = "AZ"; BibleContents["GA"] = "GA"; BibleContents["GC"] = "GC"; BibleContents["GE"] = "GE"; BibleContents["GS"] = "GS"; BibleContents["OT"] = "OT"; BibleContents["NT"] = "NT"; BibleContents["NP"] = "NP"; BibleContents["PE"] = "PE"; BibleContents["PP"] = "PP"; BibleContents["PS"] = "PS"; BibleContents["PT"] = "PT"; BibleContents["ZZ"] = "ZZ"; })(BibleContents || (exports.BibleContents = BibleContents = {})); //# sourceMappingURL=BibleContents.js.map