utils

Rendered from Markdown into styled HTML. Code blocks, tables, and links stay readable and theme-consistent.

On This Page

Exported APIEnvironment Variables ReferencedNotable Internal Symbols

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.