UNPKG
aiot-parse5
Version:
beta (1.0.3-beta.1)
latest (1.0.2)
1.0.3-beta.1
1.0.2
1.0.0
HTML parser and serializer.
github.com/inikulin/parse5
inikulin/parse5
aiot-parse5
/
dist
/
common
/
doctype.d.ts
5 lines
•
273 B
TypeScript
View Raw
1
2
3
4
5
import
{
DOCUMENT_MODE
}
from
'./html.js'
;
import
type
{
DoctypeToken
}
from
'./token.js'
;
export
declare
function
isConforming
(
token
:
DoctypeToken
):
boolean
;
export
declare
function
getDocumentMode
(
token
:
DoctypeToken
):
DOCUMENT_MODE
;
//# sourceMappingURL=doctype.d.ts.map