UNPKG
ts-htmlparser
Version:
latest (1.0.1)
1.0.1
1.0.0
htmlParser改造自: https://github.com/blowsie/Pure-JavaScript-HTML5-Parser
ts-htmlparser
/
htmlparser.d.ts
3 lines
(2 loc)
•
129 B
TypeScript
View Raw
1
2
3
/** Declaration file generated by dts-gen */
export
default
function
htmlparser
(html: any, handler: any, ...args: any[])
: any;