UNPKG

cleanview

Version:

Clean the content of html articles

4 lines (3 loc) 239 B
import type { CustomNodeElement } from "../types/cleanview"; export declare function addBaseUrl(elements: Record<number, CustomNodeElement>, baseURL: string): void; export declare function merge(textBase: string, textURL: string): string;