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.
17 lines
525 B
Markdown
17 lines
525 B
Markdown
[**pray-calc v2.1.1**](../README.md)
|
|
|
|
***
|
|
|
|
[pray-calc](../README.md) / ANGLE\_MAX
|
|
|
|
# Variable: ANGLE\_MAX
|
|
|
|
> `const` **ANGLE\_MAX**: `22` = `22`
|
|
|
|
Defined in: [constants.ts:35](https://github.com/acamarata/pray-calc/blob/af34aef986c37d8de9cf8db0744a41e3b0c99c40/src/constants.ts#L35)
|
|
|
|
Maximum allowed dynamic twilight depression angle (degrees).
|
|
|
|
22° is the upper clamp. Values above ~20° correspond to deep
|
|
astronomical twilight where the sky is indistinguishable from full
|
|
night. No standard method exceeds 20° for Fajr.
|