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 d52ba2b commit 44eabe2Copy full SHA for 44eabe2
index.js
@@ -56,9 +56,9 @@ if (!ReactNativeBlobUtil || !ReactNativeBlobUtil.fetchBlobForm || !ReactNativeBl
56
}
57
58
export {ReactNativeBlobUtilConfig, ReactNativeBlobUtilResponseInfo, ReactNativeBlobUtilStream} from './types';
59
-export URIUtil from './utils/uri';
+export { URIUtil } from './utils/uri';
60
export {FetchBlobResponse} from './class/ReactNativeBlobUtilBlobResponse';
61
-export getUUID from './utils/uuid';
+export { getUUID } from './utils/uuid';
62
export default {
63
fetch,
64
base64,
0 commit comments