* Wrap text to fit within a given width, returning array of lines. * ANSI-aware: preserves styling across line breaks. * * @param hard - If true, break words that exceed width (needed when columns * are narrower than the longest word). Default false.
(text: string, width: number, options?: {
hard?: boolean;
})
source not stored for this graph (policy: none)
no outgoing calls
no test coverage detected