vot.js - v2.4.18
    Preparing search index...

    Type Alias FetchFunction

    FetchFunction: (
        input: string | URL | Request,
        init?: VOTTypes.ClientType.FetchInit,
    ) => Promise<Response>

    Type Declaration