UNPKG

@supabase/functions-js

Version:
7 lines 203 B
export const resolveFetch = (customFetch) => { if (customFetch) { return (...args) => customFetch(...args); } return (...args) => fetch(...args); }; //# sourceMappingURL=helper.js.map