Home > @lukso/data-provider-base > getFetch
Return the fetch implementation in a way that works in node and browser
Signature:
declare function getFetch(): Promise<typeof fetch>;
Returns:
Promise<typeof fetch>
The fetch implementation