UNPKG

@realfavicongenerator/check-favicon

Version:
5 lines (4 loc) 282 B
import { DesktopSingleReport, Fetcher } from "../types"; import { HTMLElement } from 'node-html-parser'; export declare const IcoFaviconSizes: number[]; export declare const checkIcoFavicon: (url: string, head: HTMLElement | null, fetcher: Fetcher) => Promise<DesktopSingleReport>;