UNPKG

@5stones/onix

Version:

A strongly typed library for parsing ONIX feeds.

13 lines 585 B
"use strict"; 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