glassnode-api - v0.29.3
    Preparing search index...

    Type Alias FetchFn

    FetchFn: typeof __type

    The standard fetch type (typeof fetch).

    The fetch config option is typed as GlassnodeFetch, the call the client actually makes, which also accepts string-only custom fetches. FetchFn still means typeof fetch (and a FetchFn value is still accepted as the option); use GlassnodeFetch to type a custom fetch for the client.