We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e834e9b commit 609827eCopy full SHA for 609827e
src/_shims/node-types.d.ts
@@ -7,7 +7,7 @@ import * as fd from 'formdata-node';
7
export { type Agent } from 'node:http';
8
export { type Readable } from 'node:stream';
9
export { type ReadStream as FsReadStream } from 'node:fs';
10
-export { ReadableStream } from 'web-streams-polyfill';
+export { ReadableStream } from 'node:stream/web';
11
12
export const fetch: typeof nf.default;
13
0 commit comments