UNPKG

jokkerr

Version:

Node package and CLI tool for saving web page as single HTML file

3 lines (2 loc) 149 B
export declare const $: (dom: HTMLElement, element: string) => HTMLElement | null; export declare const removeChild: (currentNode: Node) => boolean;