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 7df841d commit 9a1412dCopy full SHA for 9a1412d
packages/core/src/prompts/prompt.ts
@@ -1,7 +1,6 @@
1
import { stdin, stdout } from 'node:process';
2
import readline, { type Key, type ReadLine } from 'node:readline';
3
-import type { Readable } from 'node:stream';
4
-import type { Writable } from 'node:stream';
+import type { Readable, Writable } from 'node:stream';
5
import { cursor, erase } from 'sisteransi';
6
import wrap from 'wrap-ansi';
7
0 commit comments