UNPKG

ts-webcrawler

Version:

A typescript webcrawler library for downloading and parsing webpages

5 lines (4 loc) 148 B
export declare class Seo { static extractImagesWithoutAlt(html: string): string[]; static extractHeadingTags(html: string): string[]; }