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

1.5 KiB

moon-sighting v1.1.1


moon-sighting / KernelConfig

Interface: KernelConfig

Defined in: types.ts:405

Properties

cacheDir?

optional cacheDir?: string

Defined in: types.ts:414

Directory for the download cache. Defaults to ~/.cache/moon-sighting on POSIX, %LOCALAPPDATA%\moon-sighting on Windows.


checksumOverride?

optional checksumOverride?: string

Defined in: types.ts:419

SHA-256 checksum of de442s.bsp for download verification. Bundled default matches the NAIF distribution as of 2024.


leapSeconds?

optional leapSeconds?: KernelSource

Defined in: types.ts:409

Leap-second kernel — defaults to naif0012.tls via auto-download


planetary?

optional planetary?: KernelSource

Defined in: types.ts:407

Planetary SPK kernel — defaults to de442s.bsp via auto-download