UNPKG

universal-pdp-scrapper

Version:
7 lines (6 loc) 205 B
import type { ScrapperOutput } from '../types/scrapperOutput'; export declare class Article { readonly url: string; constructor(url: string); extract(html?: string): Promise<ScrapperOutput>; }