UNPKG

referenceparser

Version:

Parse a verse reference string to match for a book, chapter and verse

17 lines (16 loc) 759 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); const oldTestament_json_1 = __importDefault(require("./oldTestament.json")); const newTestament_json_1 = __importDefault(require("./newTestament.json")); const deuterocanonical_json_1 = __importDefault(require("./deuterocanonical.json")); const apostolicFathers_json_1 = __importDefault(require("./apostolicFathers.json")); const generousBookNames = [ ...newTestament_json_1.default, ...oldTestament_json_1.default, ...deuterocanonical_json_1.default, ...apostolicFathers_json_1.default ]; exports.default = generousBookNames;