UNPKG

@realfavicongenerator/check-favicon

Version:
4 lines (3 loc) 223 B
import { FaviconReport, Fetcher } from "./types"; import { HTMLElement } from 'node-html-parser'; export declare const checkFavicon: (baseUrl: string, head: HTMLElement | null, fetcher?: Fetcher) => Promise<FaviconReport>;