UNPKG

@realfavicongenerator/check-favicon

Version:

Check the favicon of a website

5 lines (4 loc) 146 B
import { FetchResponse, Fetcher } from "./types"; export declare const testFetcher: (database: { [url: string]: FetchResponse; }) => Fetcher;