UNPKG

@trivia-api/fetch

Version:

Functions to fetch data from The Trivia API.

5 lines (4 loc) 154 B
export declare const setHeaders: ({ apiKey }: { apiKey?: string | null | undefined; }) => void; export declare const setHost: (host: string) => void;