mirror of
https://github.com/acamarata/pray-calc.git
synced 2026-06-30 19:04:26 +00:00
Add typedoc and typedoc-plugin-markdown as devDependencies. Add typedoc.json config targeting src/index.ts with markdown output to .github/wiki/api. Add docs script to package.json. Generate initial API reference pages. Part of T-E8-03 — TypeDoc automation for all 12 JS/TS packages.
545 B
545 B
pray-calc / getQiyam
Function: getQiyam()
getQiyam(
fajrTime,ishaTime):number
Defined in: getQiyam.ts:16
Compute the start of the last third of the night.
Parameters
fajrTime
number
Fajr time in fractional hours
ishaTime
number
Isha time in fractional hours
Returns
number
Start of the last third of the night (fractional hours)