Classes

Constructors

Properties

Accessors

Constructors

Properties

locale: TLocale
surahs: Surah[]

Accessors

  • get durations(): [number[]]
  • Returns [number[]]

    An array of ayah durations

  • get locales(): Record<string, TLocale>
  • Returns Record<string, TLocale>

    The available locales

  • get numberOfAyah(): Record<string, number>
  • Returns Record<string, number>

    The number of ayahs in each surah

    Quran.numberOfAyah[1] // => 7
    
  • get surahs(): Record<string, Surah[]>
  • Returns Record<string, Surah[]>

    The available surahs