UNPKG

pyseoa-ts

Version:

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

6 lines (5 loc) 202 B
import { KeywordDensityResult } from '../types'; export declare function analyzeKeywordDensity(html: string, keyword: string, thresholds?: { low: number; high: number; }): KeywordDensityResult;