quran-meta
Version:
Library with meta data and functionality related to Holy Quran
262 lines (261 loc) • 7.04 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
Object.defineProperty(exports, "HizbQuarterList", {
enumerable: true,
get: function () {
return _hizbList.HizbQuarterList;
}
});
Object.defineProperty(exports, "JuzList", {
enumerable: true,
get: function () {
return _juzList.JuzList;
}
});
Object.defineProperty(exports, "ManzilList", {
enumerable: true,
get: function () {
return _manzilList.ManzilList;
}
});
Object.defineProperty(exports, "PageList", {
enumerable: true,
get: function () {
return _pageList.PageList;
}
});
Object.defineProperty(exports, "RukuList", {
enumerable: true,
get: function () {
return _rukuList.RukuList;
}
});
Object.defineProperty(exports, "SajdaList", {
enumerable: true,
get: function () {
return _sajdaList.SajdaList;
}
});
Object.defineProperty(exports, "SurahList", {
enumerable: true,
get: function () {
return _surahList.SurahList;
}
});
Object.defineProperty(exports, "ayahStringSplitter", {
enumerable: true,
get: function () {
return _ayahStringSplitter.ayahStringSplitter;
}
});
Object.defineProperty(exports, "checkValidAyahId", {
enumerable: true,
get: function () {
return _validation.checkValidAyahId;
}
});
Object.defineProperty(exports, "checkValidSurah", {
enumerable: true,
get: function () {
return _validation.checkValidSurah;
}
});
Object.defineProperty(exports, "checkValidSurahAyah", {
enumerable: true,
get: function () {
return _validation.checkValidSurahAyah;
}
});
Object.defineProperty(exports, "findAyahIdBySurah", {
enumerable: true,
get: function () {
return _findAyahIdBySurah.findAyahIdBySurah;
}
});
Object.defineProperty(exports, "findJuz", {
enumerable: true,
get: function () {
return _findJuz.findJuz;
}
});
Object.defineProperty(exports, "findJuzAndShift", {
enumerable: true,
get: function () {
return _findJuzAndShift.findJuzAndShift;
}
});
Object.defineProperty(exports, "findJuzByAyahId", {
enumerable: true,
get: function () {
return _findJuzByAyahId.findJuzByAyahId;
}
});
Object.defineProperty(exports, "findJuzMetaBySurah", {
enumerable: true,
get: function () {
return _findJuzMetaBySurah.findJuzMetaBySurah;
}
});
Object.defineProperty(exports, "findPage", {
enumerable: true,
get: function () {
return _findPage.findPage;
}
});
Object.defineProperty(exports, "findRangeAroundAyah", {
enumerable: true,
get: function () {
return _findRangeAroundAyah.findRangeAroundAyah;
}
});
Object.defineProperty(exports, "findRubAlHizb", {
enumerable: true,
get: function () {
return _findRubAlHizb.findRubAlHizb;
}
});
Object.defineProperty(exports, "findRubAlHizbByAyahId", {
enumerable: true,
get: function () {
return _findRubAlHizbByAyahId.findRubAlHizbByAyahId;
}
});
Object.defineProperty(exports, "findSurahByAyahId", {
enumerable: true,
get: function () {
return _findSurahByAyahId.findSurahByAyahId;
}
});
Object.defineProperty(exports, "getAyahCountInSurah", {
enumerable: true,
get: function () {
return _getAyahCountInSurah.getAyahCountInSurah;
}
});
Object.defineProperty(exports, "getAyahMeta", {
enumerable: true,
get: function () {
return _getAyahMeta.getAyahMeta;
}
});
Object.defineProperty(exports, "getList", {
enumerable: true,
get: function () {
return _getList.getList;
}
});
Object.defineProperty(exports, "getPageMeta", {
enumerable: true,
get: function () {
return _getPageMeta.getPageMeta;
}
});
Object.defineProperty(exports, "getRubAlHizbMeta", {
enumerable: true,
get: function () {
return _getRubAlHizbMeta.getRubAlHizbMeta;
}
});
Object.defineProperty(exports, "getRubAlHizbMetaByAyahId", {
enumerable: true,
get: function () {
return _getRubAlHizbMetaByAyahId.getRubAlHizbMetaByAyahId;
}
});
Object.defineProperty(exports, "getSurahMeta", {
enumerable: true,
get: function () {
return _getSurahMeta.getSurahMeta;
}
});
Object.defineProperty(exports, "isAyahJuzFirst", {
enumerable: true,
get: function () {
return _isAyahJuzFirst.isAyahJuzFirst;
}
});
Object.defineProperty(exports, "isAyahPageFirst", {
enumerable: true,
get: function () {
return _isAyahPageFirst.isAyahPageFirst;
}
});
Object.defineProperty(exports, "meta", {
enumerable: true,
get: function () {
return _const.meta;
}
});
Object.defineProperty(exports, "nextAyah", {
enumerable: true,
get: function () {
return _nextAyah.nextAyah;
}
});
Object.defineProperty(exports, "prevAyah", {
enumerable: true,
get: function () {
return _prevAyah.prevAyah;
}
});
Object.defineProperty(exports, "surahNamesAz", {
enumerable: true,
get: function () {
return _surah.surahNamesAz;
}
});
Object.defineProperty(exports, "surahNamesEn", {
enumerable: true,
get: function () {
return _surah2.surahNamesEn;
}
});
Object.defineProperty(exports, "surahNamesRu", {
enumerable: true,
get: function () {
return _surah3.surahNamesRu;
}
});
Object.defineProperty(exports, "surahNamesTr", {
enumerable: true,
get: function () {
return _surah4.surahNamesTr;
}
});
var _ayahStringSplitter = require("./ayahStringSplitter.cjs");
var _const = require("./const.cjs");
var _findAyahIdBySurah = require("./findAyahIdBySurah.cjs");
var _findJuz = require("./findJuz.cjs");
var _findJuzAndShift = require("./findJuzAndShift.cjs");
var _findJuzByAyahId = require("./findJuzByAyahId.cjs");
var _findJuzMetaBySurah = require("./findJuzMetaBySurah.cjs");
var _findPage = require("./findPage.cjs");
var _findRangeAroundAyah = require("./findRangeAroundAyah.cjs");
var _findRubAlHizb = require("./findRubAlHizb.cjs");
var _findRubAlHizbByAyahId = require("./findRubAlHizbByAyahId.cjs");
var _findSurahByAyahId = require("./findSurahByAyahId.cjs");
var _getAyahCountInSurah = require("./getAyahCountInSurah.cjs");
var _getAyahMeta = require("./getAyahMeta.cjs");
var _getList = require("./getList.cjs");
var _getPageMeta = require("./getPageMeta.cjs");
var _getRubAlHizbMeta = require("./getRubAlHizbMeta.cjs");
var _getRubAlHizbMetaByAyahId = require("./getRubAlHizbMetaByAyahId.cjs");
var _getSurahMeta = require("./getSurahMeta.cjs");
var _isAyahJuzFirst = require("./isAyahJuzFirst.cjs");
var _isAyahPageFirst = require("./isAyahPageFirst.cjs");
var _hizbList = require("./lists/hizbList.cjs");
var _juzList = require("./lists/juzList.cjs");
var _manzilList = require("./lists/manzilList.cjs");
var _pageList = require("./lists/pageList.cjs");
var _rukuList = require("./lists/rukuList.cjs");
var _sajdaList = require("./lists/sajdaList.cjs");
var _surahList = require("./lists/surahList.cjs");
var _nextAyah = require("./nextAyah.cjs");
var _prevAyah = require("./prevAyah.cjs");
var _validation = require("./validation.cjs");
var _surah = require("./i18n/surah.az.cjs");
var _surah2 = require("./i18n/surah.en.cjs");
var _surah3 = require("./i18n/surah.ru.cjs");
var _surah4 = require("./i18n/surah.tr.cjs");