Skip to content

Commit

Permalink
Merge pull request #209 from jdanbrown/patch-1
Browse files Browse the repository at this point in the history
index.d.ts: Fix extends -> implements
  • Loading branch information
Traviskn authored Nov 2, 2018
2 parents ba11d32 + 8bc5ceb commit 70fcb3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ export interface PolyfillProgressEvent extends EventTarget {
total: number;
}

export declare class PolyfillBlob extends EventTarget {
export declare class PolyfillBlob implements EventTarget {
/**
* RNFetchBlob Blob polyfill, create a Blob directly from file path, BASE64
* encoded data, and string. The conversion is done implicitly according to
Expand Down

0 comments on commit 70fcb3a

Please sign in to comment.