UNPKG

quran-meta

Version:

Library with meta data and functionality related to Holy Quran

9 lines (7 loc) 318 B
import { AyahId } from "../types" // ------------------ Juz Data --------------------- export const JuzList: AyahId[] = [ 0, 1, 149, 260, 386, 517, 641, 751, 900, 1042, 1201, 1328, 1479, 1649, 1803, 2030, 2215, 2484, 2674, 2876, 3215, 3386, 3564, 3733, 4090, 4265, 4511, 4706, 5105, 5242, 5673, 6237 ] as const