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 c08c3a3 commit 2edebe0Copy full SHA for 2edebe0
packages/prompts/src/note.ts
@@ -2,7 +2,7 @@ import process from 'node:process';
2
import type { Writable } from 'node:stream';
3
import { stripVTControlCharacters as strip } from 'node:util';
4
import { getColumns } from '@clack/core';
5
-import { wrapAnsi, type Options as WrapAnsiOptions } from 'fast-wrap-ansi';
+import { type Options as WrapAnsiOptions, wrapAnsi } from 'fast-wrap-ansi';
6
import color from 'picocolors';
7
import {
8
type CommonOptions,
0 commit comments