mirror of
https://github.com/acamarata/pray-calc.git
synced 2026-07-01 03:14:28 +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.
91 lines
2 KiB
Markdown
91 lines
2 KiB
Markdown
[**pray-calc v2.1.1**](../README.md)
|
|
|
|
***
|
|
|
|
[pray-calc](../README.md) / FormattedPrayerTimes
|
|
|
|
# Interface: FormattedPrayerTimes
|
|
|
|
Defined in: [types.ts:50](https://github.com/acamarata/pray-calc/blob/af34aef986c37d8de9cf8db0744a41e3b0c99c40/src/types.ts#L50)
|
|
|
|
Prayer times formatted as HH:MM:SS strings.
|
|
|
|
## Properties
|
|
|
|
### angles
|
|
|
|
> **angles**: [`TwilightAngles`](TwilightAngles.md)
|
|
|
|
Defined in: [types.ts:60](https://github.com/acamarata/pray-calc/blob/af34aef986c37d8de9cf8db0744a41e3b0c99c40/src/types.ts#L60)
|
|
|
|
***
|
|
|
|
### Asr
|
|
|
|
> **Asr**: `string`
|
|
|
|
Defined in: [types.ts:56](https://github.com/acamarata/pray-calc/blob/af34aef986c37d8de9cf8db0744a41e3b0c99c40/src/types.ts#L56)
|
|
|
|
***
|
|
|
|
### Dhuhr
|
|
|
|
> **Dhuhr**: `string`
|
|
|
|
Defined in: [types.ts:55](https://github.com/acamarata/pray-calc/blob/af34aef986c37d8de9cf8db0744a41e3b0c99c40/src/types.ts#L55)
|
|
|
|
***
|
|
|
|
### Fajr
|
|
|
|
> **Fajr**: `string`
|
|
|
|
Defined in: [types.ts:52](https://github.com/acamarata/pray-calc/blob/af34aef986c37d8de9cf8db0744a41e3b0c99c40/src/types.ts#L52)
|
|
|
|
***
|
|
|
|
### Isha
|
|
|
|
> **Isha**: `string`
|
|
|
|
Defined in: [types.ts:58](https://github.com/acamarata/pray-calc/blob/af34aef986c37d8de9cf8db0744a41e3b0c99c40/src/types.ts#L58)
|
|
|
|
***
|
|
|
|
### Maghrib
|
|
|
|
> **Maghrib**: `string`
|
|
|
|
Defined in: [types.ts:57](https://github.com/acamarata/pray-calc/blob/af34aef986c37d8de9cf8db0744a41e3b0c99c40/src/types.ts#L57)
|
|
|
|
***
|
|
|
|
### Midnight
|
|
|
|
> **Midnight**: `string`
|
|
|
|
Defined in: [types.ts:59](https://github.com/acamarata/pray-calc/blob/af34aef986c37d8de9cf8db0744a41e3b0c99c40/src/types.ts#L59)
|
|
|
|
***
|
|
|
|
### Noon
|
|
|
|
> **Noon**: `string`
|
|
|
|
Defined in: [types.ts:54](https://github.com/acamarata/pray-calc/blob/af34aef986c37d8de9cf8db0744a41e3b0c99c40/src/types.ts#L54)
|
|
|
|
***
|
|
|
|
### Qiyam
|
|
|
|
> **Qiyam**: `string`
|
|
|
|
Defined in: [types.ts:51](https://github.com/acamarata/pray-calc/blob/af34aef986c37d8de9cf8db0744a41e3b0c99c40/src/types.ts#L51)
|
|
|
|
***
|
|
|
|
### Sunrise
|
|
|
|
> **Sunrise**: `string`
|
|
|
|
Defined in: [types.ts:53](https://github.com/acamarata/pray-calc/blob/af34aef986c37d8de9cf8db0744a41e3b0c99c40/src/types.ts#L53)
|