We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b71a7e9 commit d83ec15Copy full SHA for d83ec15
index.d.ts
@@ -10,8 +10,8 @@ declare namespace intoStream {
10
| Iterable<Buffer | string>;
11
12
type InputObject =
13
- | {[key: string]: unknown}
14
- | Iterable<{[key: string]: unknown}>;
+ | {[key: string]: any}
+ | Iterable<{[key: string]: any}>;
15
}
16
17
declare const intoStream: {
0 commit comments