UNPKG

onix-codelist

Version:
13 lines (12 loc) 797 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.BibleReferenceLocation = void 0; var BibleReferenceLocation; (function (BibleReferenceLocation) { BibleReferenceLocation[BibleReferenceLocation["CenterColumn"] = 'CCL'] = "CenterColumn"; BibleReferenceLocation[BibleReferenceLocation["PageEnd"] = 'PGE'] = "PageEnd"; BibleReferenceLocation[BibleReferenceLocation["SideColumn"] = 'SID'] = "SideColumn"; BibleReferenceLocation[BibleReferenceLocation["VerseEnd"] = 'VER'] = "VerseEnd"; BibleReferenceLocation[BibleReferenceLocation["Unknown"] = 'UNK'] = "Unknown"; BibleReferenceLocation[BibleReferenceLocation["Other"] = 'ZZZ'] = "Other"; })(BibleReferenceLocation = exports.BibleReferenceLocation || (exports.BibleReferenceLocation = {}));