moon-sighting/.github/wiki/api/interfaces/AzAlt.md
Aric Camarata 2992dcee21 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:59 -04:00

756 B

moon-sighting v1.1.1


moon-sighting / AzAlt

Interface: AzAlt

Defined in: types.ts:13

Azimuth + altitude in degrees

Properties

altitude

altitude: number

Defined in: types.ts:17

Degrees above the horizon (negative = below)


azimuth

azimuth: number

Defined in: types.ts:15

Degrees from North, measured clockwise (0 = N, 90 = E, 180 = S, 270 = W)