UNPKG

pyseoa-ts

Version:

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

3 lines (2 loc) 96 B
import { H1Result } from '../types'; export declare function analyzeH1(html: string): H1Result;