al-quran.reflectslight.io/src/js/lib/Quran.ts

5 lines
148 B
TypeScript
Raw Normal View History

2022-11-02 04:04:40 +01:00
import { Surah, Ayah, Ayat } from './Quran/Surah';
type Locale = "ar" | "en";
const Quran = { Surah };
export { Quran, Surah, Ayah, Ayat, Locale };