UNPKG

cleanview

Version:

Clean the content of html articles

5 lines (4 loc) 245 B
import type { CustomNodeElement } from "../types/cleanview"; import type { HimalayaElement } from "../types/himalaya"; declare function query(tag: string, element: HimalayaElement | HimalayaElement[]): CustomNodeElement[]; export default query;