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

6 lines 196 B
/** * Check if a URL points to a local server. * Matches: localhost, 127.0.0.1, 0.0.0.0, ::1 */ export declare function isLocalURL(url: string): boolean; //# sourceMappingURL=url-utils.d.ts.map