| 1 | import type { Readable, Writable } from 'node:stream'; |
| 2 | import { styleText } from 'node:util'; |
| 3 | import type { State } from '@clack/core'; |
| 4 | import isUnicodeSupported from 'is-unicode-supported'; |
nothing calls this directly
no test coverage detected