UNPKG
css-what
Version:
latest (8.0.0)
8.0.0
7.0.0
6.2.2
6.2.1
6.2.0
6.1.0
6.0.1
6.0.0
5.1.0
5.0.1
5.0.0
4.0.0
3.4.2
3.4.1
3.4.0
3.3.0
3.2.1
3.2.0
3.1.0
3.0.2
3.0.1
3.0.0
2.1.3
2.1.2
2.1.0
2.0.2
2.0.1
2.0.0
1.0.0
a CSS selector parser
github.com/fb55/css-what
fb55/css-what
css-what
/
dist
/
index.js
4 lines
(3 loc)
•
121 B
JavaScript
View Raw
1
2
3
4
export
{ isTraversal, parse }
from
"./parse.js"
;
export
{ stringify }
from
"./stringify.js"
;
export
*
from
"./types.js"
;