UNPKG

@nanocollective/nanocoder

Version:

A local-first CLI coding agent that brings the power of agentic coding tools like Claude Code and Gemini CLI to local models or controlled APIs like OpenRouter

9 lines 214 B
export interface ShutdownHandler { name: string; priority: number; handler: () => Promise<void>; } export interface ShutdownManagerOptions { timeoutMs?: number; } //# sourceMappingURL=types.d.ts.map