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

51 lines
1.5 KiB
Markdown

[**moon-sighting v1.1.1**](../README.md)
***
[moon-sighting](../README.md) / KernelConfig
# Interface: KernelConfig
Defined in: [types.ts:405](https://github.com/acamarata/moon-sighting/blob/89fb490051d0263a7d41c954161fb945f1569805/src/types.ts#L405)
## Properties
### cacheDir?
> `optional` **cacheDir?**: `string`
Defined in: [types.ts:414](https://github.com/acamarata/moon-sighting/blob/89fb490051d0263a7d41c954161fb945f1569805/src/types.ts#L414)
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](https://github.com/acamarata/moon-sighting/blob/89fb490051d0263a7d41c954161fb945f1569805/src/types.ts#L419)
SHA-256 checksum of de442s.bsp for download verification.
Bundled default matches the NAIF distribution as of 2024.
***
### leapSeconds?
> `optional` **leapSeconds?**: [`KernelSource`](../type-aliases/KernelSource.md)
Defined in: [types.ts:409](https://github.com/acamarata/moon-sighting/blob/89fb490051d0263a7d41c954161fb945f1569805/src/types.ts#L409)
Leap-second kernel — defaults to naif0012.tls via auto-download
***
### planetary?
> `optional` **planetary?**: [`KernelSource`](../type-aliases/KernelSource.md)
Defined in: [types.ts:407](https://github.com/acamarata/moon-sighting/blob/89fb490051d0263a7d41c954161fb945f1569805/src/types.ts#L407)
Planetary SPK kernel — defaults to de442s.bsp via auto-download