We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41cfbda commit ba04864Copy full SHA for ba04864
src/packages/emmett/src/streaming/collect.ts
@@ -1,4 +1,4 @@
1
-import type { ReadableStream } from '../shims/streams';
+import type { ReadableStream } from 'web-streams-polyfill';
2
3
export const collectStream = async <T>(
4
reader: ReadableStream<T>,
0 commit comments