quran-meta
Version:
Library with meta data and functionality related to Holy Quran
31 lines (29 loc) • 788 B
text/typescript
import { Sajda } from "../types"
// ------------------ Page Data ---------------------
// code to get starting pages for surahs
// let res=[];
// Page.reduce((s,c,p)=>{
// while (c[0]>=s)
// {res.push([s,c[0],s==c[0]?p:p-1]);s+=1;}
// return s
// },0)
// export Page from "~/js/qdata-page.json"
// ------------------ Sajda Data ---------------------
export const SajdaList: Sajda[] = [
// [ayahId, type]
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[]
] as const