We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50cf4b8 commit 4a99b66Copy full SHA for 4a99b66
src/types/xpath-to-css.d.ts
@@ -0,0 +1,4 @@
1
+declare module 'xpath-to-css' {
2
+ const xpathToCss: (xpath: string) => string
3
+ export default xpathToCss
4
+}
0 commit comments