We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff286ef commit e0ecdf5Copy full SHA for e0ecdf5
packages/prompts/src/box.ts
@@ -1,6 +1,6 @@
1
import type { Writable } from 'node:stream';
2
import { getColumns } from '@clack/core';
3
-import {wrapAnsi} from 'fast-wrap-ansi';
+import { wrapAnsi } from 'fast-wrap-ansi';
4
import {
5
type CommonOptions,
6
S_BAR,
0 commit comments