Cristiano Coelho
|
3bbe72daac
|
wifi only option, and missing typings.
|
5 年之前 |
Jules Sam. Randolph
|
dd831a9c4e
|
add missing methods to android static export in index.d.ts
|
5 年之前 |
Alpha
|
7ee256f395
|
Fix errors in TypeScript typings
|
5 年之前 |
Sergey Sychev
|
be168c3b75
|
info() method definition for FetchBlobResponse
|
5 年之前 |
vun
|
b48f0e7862
|
Added return type for RNFetchblob.fs.hash typedef
|
5 年之前 |
vun
|
574febb4a8
|
Add RNFetchblob.fs.hash function to type definition
|
5 年之前 |
Dan Brown
|
8bc5cebdda
|
index.d.ts: Fix extends -> implements
Before:
```
node_modules/rn-fetch-blob/index.d.ts:147:43 - error TS2689: Cannot extend an interface 'EventTarget'. Did you mean 'implements'?
147 export declare class PolyfillBlob extends EventTarget {
~~~~~~~~~~~
error Command failed with exit code 1.
```
After:
```
✨ Done in 3.06s.
```
|
6 年之前 |
reilem
|
b4e15f3ab1
|
Create index.d.ts
|
6 年之前 |