@5stones/onix
Version:
A strongly typed library for parsing ONIX feeds.
8 lines • 320 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.BibleTextFeature = void 0;
var BibleTextFeature;
(function (BibleTextFeature) {
BibleTextFeature["RL"] = "RL";
})(BibleTextFeature || (exports.BibleTextFeature = BibleTextFeature = {}));
//# sourceMappingURL=BibleTextFeature.js.map