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

8 lines 429 B
/** * Ink uses wrap-ansi with trim: false, which preserves the space at word * boundaries as leading whitespace on continuation lines. This function * wraps each original line individually and trims only the artifact spaces * from continuation lines, preserving intentional indentation. */ export declare function wrapWithTrimmedContinuations(text: string, width: number): string; //# sourceMappingURL=text-wrapping.d.ts.map