UNPKG
mini-html-parser2
Version:
latest (0.3.0)
0.3.0
0.2.0
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
小程序富文本
github.com/ant-mini-program/mini-html-parser
ant-mini-program/mini-html-parser
mini-html-parser2
/
lib
/
Parser.d.ts
3 lines
(2 loc)
•
78 B
TypeScript
View Raw
1
2
3
declare
function
Parser
(
cbs
:
any
,
options
:
any
):
void
;
export
default
Parser
;