moon-sighting/.github/wiki/api/README.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

55 lines
1.9 KiB
Markdown

**moon-sighting v1.1.1**
***
# moon-sighting v1.1.1
## Interfaces
- [AzAlt](interfaces/AzAlt.md)
- [ChebRecord](interfaces/ChebRecord.md)
- [CrescentGeometry](interfaces/CrescentGeometry.md)
- [KernelConfig](interfaces/KernelConfig.md)
- [MoonIlluminationResult](interfaces/MoonIlluminationResult.md)
- [MoonPhaseResult](interfaces/MoonPhaseResult.md)
- [MoonPosition](interfaces/MoonPosition.md)
- [MoonSightingReport](interfaces/MoonSightingReport.md)
- [MoonSnapshot](interfaces/MoonSnapshot.md)
- [MoonVisibilityEstimate](interfaces/MoonVisibilityEstimate.md)
- [Observer](interfaces/Observer.md)
- [OdehResult](interfaces/OdehResult.md)
- [SightingOptions](interfaces/SightingOptions.md)
- [SpkSegment](interfaces/SpkSegment.md)
- [StateVector](interfaces/StateVector.md)
- [SunMoonEvents](interfaces/SunMoonEvents.md)
- [TimeScales](interfaces/TimeScales.md)
- [YallopResult](interfaces/YallopResult.md)
## Type Aliases
- [KernelSource](type-aliases/KernelSource.md)
- [MoonPhaseName](type-aliases/MoonPhaseName.md)
- [OdehZone](type-aliases/OdehZone.md)
- [Vec3](type-aliases/Vec3.md)
- [YallopCategory](type-aliases/YallopCategory.md)
## Variables
- [ODEH\_DESCRIPTIONS](variables/ODEH_DESCRIPTIONS.md)
- [ODEH\_THRESHOLDS](variables/ODEH_THRESHOLDS.md)
- [WGS84](variables/WGS84.md)
- [YALLOP\_DESCRIPTIONS](variables/YALLOP_DESCRIPTIONS.md)
- [YALLOP\_THRESHOLDS](variables/YALLOP_THRESHOLDS.md)
## Functions
- [downloadKernels](functions/downloadKernels.md)
- [getMoon](functions/getMoon.md)
- [getMoonIllumination](functions/getMoonIllumination.md)
- [getMoonPhase](functions/getMoonPhase.md)
- [getMoonPosition](functions/getMoonPosition.md)
- [getMoonSightingReport](functions/getMoonSightingReport.md)
- [getMoonVisibilityEstimate](functions/getMoonVisibilityEstimate.md)
- [getSunMoonEvents](functions/getSunMoonEvents.md)
- [initKernels](functions/initKernels.md)
- [verifyKernels](functions/verifyKernels.md)