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 b220db6 commit 993d6acCopy full SHA for 993d6ac
src/index.ts
@@ -5,9 +5,9 @@ const proc =
5
stdout: null,
6
stderr: null,
7
}
8
-import { EventEmitter } from 'node:events'
9
-import Stream from 'node:stream'
10
-import { StringDecoder } from 'node:string_decoder'
+import { EventEmitter } from 'events'
+import Stream from 'stream'
+import { StringDecoder } from 'string_decoder'
11
12
/**
13
* Same as StringDecoder, but exposing the `lastNeed` flag on the type
0 commit comments