Skip to content

Commit bdfcd42

Browse files
committed
Fix typings for FileLike.ts
1 parent 46ae31b commit bdfcd42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/FileLike.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export interface FileLike {
77

88
lastModified: number
99

10-
stream(): {[Symbol.asyncIterator](): AsyncIterableIterator<Uint8Array>}
10+
stream(): {[Symbol.asyncIterator](): AsyncIterator<Uint8Array>}
1111

1212
[Symbol.toStringTag]: string
1313
}

0 commit comments

Comments
 (0)