al-quran.reflectslight.io/src/js/lib/Quran.ts
0x1eef 5715cfb1a1 Add support streaming a given ayah range
The "ayah" query parameter can be used to select a
specific range of a surah. For example:
'/en/al-fatihah/?ayah=3..7'
2023-01-05 19:31:32 -03:00

4 lines
148 B
TypeScript

import { Surah, Ayah, Ayat } from './Quran/Surah';
const Quran = { Surah };
type Locale = 'ar' | 'en';
export { Quran, Surah, Ayah, Ayat, Locale };