pray-calc/.github/wiki/api/interfaces/FormattedPrayerTimesAll.md
Aric Camarata 4227afc2c3 docs: add TypeDoc API generation (typedoc@0.28.19 + typedoc-plugin-markdown@4.11.0)
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.
2026-05-30 16:41:58 -04:00

2.4 KiB

pray-calc v2.1.1


pray-calc / FormattedPrayerTimesAll

Interface: FormattedPrayerTimesAll

Defined in: types.ts:81

Prayer times plus all method comparison times, fully formatted.

Properties

angles

angles: TwilightAngles

Defined in: types.ts:91


Asr

Asr: string

Defined in: types.ts:87


Dhuhr

Dhuhr: string

Defined in: types.ts:86


Fajr

Fajr: string

Defined in: types.ts:83


Isha

Isha: string

Defined in: types.ts:89


Maghrib

Maghrib: string

Defined in: types.ts:88


Methods

Methods: Record<string, [TimeString, TimeString]>

Defined in: types.ts:93

Formatted comparison times for each method: [fajrString, ishaString].


Midnight

Midnight: string

Defined in: types.ts:90


Noon

Noon: string

Defined in: types.ts:85


Qiyam

Qiyam: string

Defined in: types.ts:82


Sunrise

Sunrise: string

Defined in: types.ts:84