utils
- Source file: src/utils.ts
- Lines: 18
- Responsibility: Simple JSON load/save filesystem utilities.
Exported API
export function loadJson<T>(filePath: string, defaultValue: T): T {
export function saveJson(filePath: string, data: unknown): void {
Environment Variables Referenced
None in this module.
Notable Internal Symbols
No notable top-level internal symbol list generated.