Skip to content

Commit 993d6ac

Browse files
committed
remove node: from imports
1 parent b220db6 commit 993d6ac

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/index.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ const proc =
55
stdout: null,
66
stderr: null,
77
}
8-
import { EventEmitter } from 'node:events'
9-
import Stream from 'node:stream'
10-
import { StringDecoder } from 'node:string_decoder'
8+
import { EventEmitter } from 'events'
9+
import Stream from 'stream'
10+
import { StringDecoder } from 'string_decoder'
1111

1212
/**
1313
* Same as StringDecoder, but exposing the `lastNeed` flag on the type

0 commit comments

Comments
 (0)