Skip to content

Commit

Permalink
Merge pull request #356 from SychevSP/fix-ts-def-FetchBlobResponse
Browse files Browse the repository at this point in the history
info() method definition for FetchBlobResponse
  • Loading branch information
Traviskn authored Sep 26, 2019
2 parents e10f658 + be168c3 commit d1564d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ export interface FetchBlobResponse {
*/
flush(): void;
respInfo: RNFetchBlobResponseInfo;
info(): RNFetchBlobResponseInfo;
session(name: string): RNFetchBlobSession | null;
/**
* Read file content with given encoding, if the response does not contains
Expand Down

0 comments on commit d1564d8

Please sign in to comment.