Skip to content

Commit 6269dcd

Browse files
authored
Merge pull request RonRadtke#139 from julian-becker/bugfix/close_type
Fix type declaration for `close()` in interface `ReactNativeBlobUtilWriteStream`
2 parents d52ba2b + c5484e1 commit 6269dcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.d.ts

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

491491
write(data: string): Promise<void>;
492492

493-
close(): void;
493+
close(): Promise<void>;
494494
}
495495

496496
export interface ReactNativeBlobUtilReadStream {

0 commit comments

Comments
 (0)