UNPKG

cleanview

Version:

Clean the content of html articles

5 lines (4 loc) 157 B
import parser from "./scripts/parser"; import type { ParserOptions } from "./types/cleanview"; export { parser, type ParserOptions }; export default parser;