onix-codelist
Version:
ONIX 3.0 Code lists
8 lines (7 loc) • 323 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.BibleTextFeature = void 0;
var BibleTextFeature;
(function (BibleTextFeature) {
BibleTextFeature[BibleTextFeature["RedLetter"] = 'RL'] = "RedLetter";
})(BibleTextFeature = exports.BibleTextFeature || (exports.BibleTextFeature = {}));