UNPKG

pyseoa-ts

Version:

SEO analysis tools for the web, ported from pyseoa (Python) to TypeScript

5 lines (4 loc) 277 B
import { RunSeoAuditOptions } from "../types"; import { AuditSummary } from "../types"; import { AuditProgress } from "../types"; export declare function runSeoAudit(url: string, options?: RunSeoAuditOptions, onProgress?: (info: AuditProgress) => void): Promise<AuditSummary>;