Skip to content

Commit 4a99b66

Browse files
committed
types: xpath-to-css
1 parent 50cf4b8 commit 4a99b66

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/types/xpath-to-css.d.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
declare module 'xpath-to-css' {
2+
const xpathToCss: (xpath: string) => string
3+
export default xpathToCss
4+
}

0 commit comments

Comments
 (0)