UNPKG

defuddle

Version:

Extract article content and metadata from web pages.

5 lines (4 loc) 290 B
export declare function isElement(node: Node): node is Element; export declare function getComputedStyle(element: Element): CSSStyleDeclaration | null; export declare function getWindow(doc: Document): Window | null; export declare function logDebug(message: string, ...args: any[]): void;