Init
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
export const resolveFetch = (customFetch) => {
|
||||
if (customFetch) {
|
||||
return (...args) => customFetch(...args);
|
||||
}
|
||||
return (...args) => fetch(...args);
|
||||
};
|
||||
//# sourceMappingURL=helper.js.map
|
||||
Reference in New Issue
Block a user