UNPKG
htmlfy
Version:
latest (1.0.1)
next (0.6.7-next.0)
1.0.1
1.0.0
0.8.1
0.8.0
0.7.5
0.7.4
0.7.3
0.7.2
0.7.1
0.7.0
0.6.7
0.6.7-next.0
0.6.6
0.6.5
0.6.4
0.6.3
0.6.2
0.6.1
0.6.0
0.5.1
0.5.0
0.4.0
0.3.2
0.3.1
0.3.0
0.2.1
0.2.0
0.1.1
0.1.0
0.0.0
html formatter yo! Prettify or minify html.
github.com/j4w8n/htmlfy
j4w8n/htmlfy
htmlfy
/
src
/
exports
/
index.js
6 lines
(5 loc)
•
196 B
JavaScript
View Raw
1
2
3
4
5
6
export
{ closify }
from
'../closify.js'
export
{ entify }
from
'../entify.js'
export
{ minify }
from
'../minify.js'
export
{ prettify }
from
'../prettify.js'
export
{ trimify }
from
'../utils.js'