UNPKG

@realfavicongenerator/check-favicon

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