UNPKG

cleanview

Version:

Clean the content of html articles

4 lines (3 loc) 149 B
import type { ParserOptions } from "../types/cleanview"; declare function parse(html: string, options: ParserOptions): string; export default parse;