UNPKG

defuddle

Version:

Extract article content and metadata from web pages.

9 lines (8 loc) 192 B
/** * Standardization rules for handling images */ export declare const imageRules: { selector: string; element: string; transform: (el: Element, doc: Document) => Element; }[];