widest-line.ts

This commit is contained in:
nirholas
2026-03-31 10:23:42 +00:00
parent 2354e52b64
commit f9bd1ffe6b

View File

@@ -17,3 +17,4 @@ export function widestLine(string: string): number {
return maxWidth
}