@5stones/onix
Version:
A strongly typed library for parsing ONIX feeds.
13 lines • 585 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.BibleReferenceLocation = void 0;
var BibleReferenceLocation;
(function (BibleReferenceLocation) {
BibleReferenceLocation["CCL"] = "CCL";
BibleReferenceLocation["PGE"] = "PGE";
BibleReferenceLocation["SID"] = "SID";
BibleReferenceLocation["VER"] = "VER";
BibleReferenceLocation["UNK"] = "UNK";
BibleReferenceLocation["ZZZ"] = "ZZZ";
})(BibleReferenceLocation || (exports.BibleReferenceLocation = BibleReferenceLocation = {}));
//# sourceMappingURL=BibleReferenceLocation.js.map