Skip to content

Commit 49feb34

Browse files
authored
Add missing generic parameter to ReadableStream type
This was added to the upstream dom typings in the Nov 2018 update. ref: microsoft/TypeScript@b830ef8 microsoft/TypeScript#28343 microsoft/TypeScript-DOM-lib-generator#541
1 parent fc7effc commit 49feb34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/types/src/serde.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ declare global {
2626
/**
2727
* @public
2828
*/
29-
export interface ReadableStream {}
29+
export interface ReadableStream<R = any> {}
3030
/**
3131
* @public
3232
*/

0 commit comments

Comments
 (0)