UNPKG
html5parser
Version:
latest (2.0.2)
next (2.0.0-next)
2.0.2
2.0.1
2.0.0
2.0.0-next
1.2.1
1.2.0
1.1.2
1.1.1
1.1.0
1.0.0
0.3.0
0.2.0
0.1.1
0.1.0
0.0.1
A super fast & tiny HTML5 parser
github.com/acrazing/html5parser
acrazing/html5parser
html5parser
/
dist
/
config.d.ts
12 lines
(11 loc)
•
268 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
/*! * * Copyright 2017 - acrazing * *
@author
acrazing joking.young
@gmail
.com *
@since
2017-08-19 15:56:14 *
@version
1.0.0 *
@desc
config.ts */
export
declare
const
selfCloseTags
: Record<
string
,
true
>; export
declare
const
noNestedTags
: Record<
string
,
true
>;