Open marvinruder opened 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.
xpath.parse(…)
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.