UNPKG

quran-meta

Version:

Library with meta data and functionality related to Holy Quran

10 lines (8 loc) 275 B
//#region src/types.ts /** * The maximum number of ayahs (verses) that can exist in any surah (chapter) of the Quran. * This maximum occurs in Surah Al-Baqarah (2), which has 286 ayahs. */ const maxAyahsInSurah = 286; //#endregion exports.maxAyahsInSurah = maxAyahsInSurah;