UNPKG

@sahabaplus/mushaf-engine

Version:

TypeScript implementation of a Quran Mushaf navigation engine

7 lines (6 loc) 222 B
import { JsonVerse } from "../kingFahadMushaf"; /** * Type definition for King Fahad Mushaf JSON data format */ export type KingFahadMushafJSON = JsonVerse[][]; export type KingFahadMushafJSONData = KingFahadMushafJSON;