Skip to content

Commit c5484e1

Browse files
author
Julian Becker
committed
Fix type declaration for close() in interface ReactNativeBlobUtilWriteStream
1 parent d52ba2b commit c5484e1

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)