🖱️ truncate.ts

This commit is contained in:
nirholas
2026-03-31 10:24:34 +00:00
parent 8936ac8ba5
commit 00a6eecd7b

View File

@@ -177,3 +177,4 @@ export function wrapText(text: string, width: number): string[] {
if (currentLine) lines.push(currentLine) if (currentLine) lines.push(currentLine)
return lines return lines
} }