We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c63bda commit 0527211Copy full SHA for 0527211
index.d.ts
@@ -6,7 +6,7 @@
6
export const ReactNativeBlobUtil: ReactNativeBlobUtilStatic;
7
export type ReactNativeBlobUtil = ReactNativeBlobUtilStatic;
8
export default ReactNativeBlobUtil;
9
-import { filedescriptor } from './types';
+import {filedescriptor} from './types';
10
import CanceledFetchError from './class/ReactNativeBlobUtilCanceledFetchError'
11
12
interface ReactNativeBlobUtilStatic {
0 commit comments