mirror of
https://github.com/acamarata/pray-calc.git
synced 2026-07-01 11:24:26 +00:00
31 lines
799 B
Markdown
31 lines
799 B
Markdown
[**pray-calc v2.1.1**](../README.md)
|
|
|
|
***
|
|
|
|
[pray-calc](../README.md) / TwilightAngles
|
|
|
|
# Interface: TwilightAngles
|
|
|
|
Defined in: [types.ts:18](https://github.com/acamarata/pray-calc/blob/4227afc2c3993234794b3a1a561c080edc6d4d4e/src/types.ts#L18)
|
|
|
|
Computed twilight depression angles for Fajr and Isha.
|
|
|
|
## Properties
|
|
|
|
### fajrAngle
|
|
|
|
> **fajrAngle**: `number`
|
|
|
|
Defined in: [types.ts:20](https://github.com/acamarata/pray-calc/blob/4227afc2c3993234794b3a1a561c080edc6d4d4e/src/types.ts#L20)
|
|
|
|
Solar depression angle for Fajr (positive degrees below horizon).
|
|
|
|
***
|
|
|
|
### ishaAngle
|
|
|
|
> **ishaAngle**: `number`
|
|
|
|
Defined in: [types.ts:22](https://github.com/acamarata/pray-calc/blob/4227afc2c3993234794b3a1a561c080edc6d4d4e/src/types.ts#L22)
|
|
|
|
Solar depression angle for Isha (positive degrees below horizon).
|