UNPKG
@thenja/html-parser
Version:
latest (1.1.3)
1.1.3
1.1.2
1.1.1
1.1.0
1.0.0
A simple forgiving html parser
github.com/nathan-andosen/html-parser
nathan-andosen/html-parser
@thenja/html-parser
/
compiled
/
src
/
index.d.ts
4 lines
(3 loc)
•
160 B
TypeScript
View Raw
1
2
3
4
export
{
ELEMENT_TYPES
,
TAG_TYPES
}
from
'./constants'
;
export
{ iHtmlElement, iCleanOptions }
from
'./interfaces'
;
export
{
HtmlParser
}
from
'./html-parser'
;