diff --git a/src/ink/widest-line.ts b/src/ink/widest-line.ts index 80091e4..d82a108 100644 --- a/src/ink/widest-line.ts +++ b/src/ink/widest-line.ts @@ -17,3 +17,4 @@ export function widestLine(string: string): number { return maxWidth } +