UNPKG
css-what
Version:
latest (6.1.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
/
lib
/
es
/
index.d.ts
4 lines
•
147 B
TypeScript
View Raw
1
2
3
4
export
*
from
"./types"
;
export
{ isTraversal, parse }
from
"./parse"
;
export
{ stringify }
from
"./stringify"
;
//# sourceMappingURL=index.d.ts.map