UNPKG

favicon-scraper-node

Version:
4 lines (3 loc) 166 B
import type { Favicon } from "../../types"; export declare const scrapeWithFetch: (url: string, agent: string) => Promise<Favicon[]>; export default scrapeWithFetch;