UNPKG

quran-meta

Version:

Library with meta data and functionality related to Holy Quran

13 lines (11 loc) 341 B
import { Surah, SurahMeta } from "./types.cjs"; //#region src/getSurahMeta.d.ts /** * Gets the metadata for the specified Surah. * * @param surahNum - The Surah to get the metadata for. * @returns The metadata for the specified Surah. */ declare function getSurahMeta(surahNum: Surah): SurahMeta; //#endregion export { getSurahMeta };