goto100 / xpath

DOM 3 Xpath implemention and helper for node.js
MIT License
224 stars 71 forks source link

No type definition available for `xpath.parse(…)` #133

Open marvinruder opened 1 year ago

marvinruder commented 1 year ago

I want to use xpath.parse(…) as described in the example in https://github.com/goto100/xpath/issues/27#issuecomment-1041378729 in a TypeScript project. However, type definitions are not available for this function, so Typescript reports that it does not exist.