UNPKG

quran-meta

Version:

Library with meta data and functionality related to Holy Quran

9 lines (8 loc) 270 B
import { Surah, SurahMeta } from "./types"; /** * Gets the metadata for the specified Surah. * * @param surah - The Surah to get the metadata for. * @returns The metadata for the specified Surah. */ export declare function getSurahMeta(surahNum: Surah): SurahMeta;