UNPKG

defuddle

Version:

Extract article content and metadata from web pages.

6 lines (5 loc) 179 B
/** * Standardizes footnotes in the given element * @param element The element to standardize footnotes in */ export declare function standardizeFootnotes(element: any): void;