Skip to content

Commit 7ea154c

Browse files
committed
Fix ESLint issue
1 parent f17f5a3 commit 7ea154c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

lib/__helper__/readStream.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
import {Readable} from "stream"
22

3-
import {ReadableStream} from "web-streams-polyfill/ponyfill/es2018"
4-
5-
type Input = Readable | ReadableStream | {
3+
type Input = Readable | {
64
[Symbol.asyncIterator](): AsyncIterableIterator<any>
75
}
86

0 commit comments

Comments
 (0)