UNPKG

quran-meta

Version:

Library with meta data and functionality related to Holy Quran

9 lines (8 loc) 267 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(surah: Surah): SurahMeta;