UNPKG

website-auditfy

Version:

> Tool for validate your project on SEO, HTML, CSS, JS, TS, Performance, Security and A11Y

6 lines (5 loc) 142 B
import { Agent } from 'undici'; export declare class URLUtils { static agent: Agent; static download(url: string): Promise<string>; }