mirror of
https://github.com/acamarata/moon-sighting.git
synced 2026-06-30 19:04:24 +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.
31 lines
756 B
Markdown
31 lines
756 B
Markdown
[**moon-sighting v1.1.1**](../README.md)
|
|
|
|
***
|
|
|
|
[moon-sighting](../README.md) / AzAlt
|
|
|
|
# Interface: AzAlt
|
|
|
|
Defined in: [types.ts:13](https://github.com/acamarata/moon-sighting/blob/89fb490051d0263a7d41c954161fb945f1569805/src/types.ts#L13)
|
|
|
|
Azimuth + altitude in degrees
|
|
|
|
## Properties
|
|
|
|
### altitude
|
|
|
|
> **altitude**: `number`
|
|
|
|
Defined in: [types.ts:17](https://github.com/acamarata/moon-sighting/blob/89fb490051d0263a7d41c954161fb945f1569805/src/types.ts#L17)
|
|
|
|
Degrees above the horizon (negative = below)
|
|
|
|
***
|
|
|
|
### azimuth
|
|
|
|
> **azimuth**: `number`
|
|
|
|
Defined in: [types.ts:15](https://github.com/acamarata/moon-sighting/blob/89fb490051d0263a7d41c954161fb945f1569805/src/types.ts#L15)
|
|
|
|
Degrees from North, measured clockwise (0 = N, 90 = E, 180 = S, 270 = W)
|