UNPKG

quran-meta

Version:

Library with meta data and functionality related to Holy Quran

8 lines (7 loc) 265 B
import { FixedArray } from "../ts-utils.cjs"; import { SurahInfo } from "../types.cjs"; //#region src/lists/surahList.d.ts declare const SurahList: FixedArray<SurahInfo, 116>; type SurahListType = typeof SurahList; //#endregion export { SurahList, SurahListType };