UNPKG

pyseoa-ts

Version:

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

3 lines (2 loc) 160 B
import { AnalysisResult, RunAnalysisOptions } from '../types'; export declare function runAnalysis(html: string, options?: RunAnalysisOptions): AnalysisResult;