2 lines
119 B
TypeScript
2 lines
119 B
TypeScript
export declare function splitAnsiToLines(text: string | undefined, width: number, maxRoundToWords?: number): string[];
|