UNPKG

cleanview

Version:

Clean the content of html articles

4 lines (3 loc) 214 B
import type { ParserOptions } from "../types/cleanview"; import type { HimalayaElement } from "../types/himalaya"; export declare function clean(json: HimalayaElement[], options: ParserOptions): HimalayaElement[];