Skip to content

Commit 70fcb3a

Browse files
authored
Merge pull request #209 from jdanbrown/patch-1
index.d.ts: Fix extends -> implements
2 parents ba11d32 + 8bc5ceb commit 70fcb3a

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
@@ -144,7 +144,7 @@ export interface PolyfillProgressEvent extends EventTarget {
144144
total: number;
145145
}
146146

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

0 commit comments

Comments
 (0)