tools-data-providers

Home > @lukso/data-provider-base > getFetch

getFetch() function

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