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.
686 B
686 B
moon-sighting / verifyKernels
Function: verifyKernels()
verifyKernels(
config?):Promise<{errors:string[];ok:boolean; }>
Defined in: api/index.ts:221
Verify that locally cached kernels exist (and match checksums if supplied).
Parameters
config?
Optional kernel config (to customize cache directory or checksum)
Returns
Promise<{ errors: string[]; ok: boolean; }>
— ok is true when all checks pass