vscode-basex/src/xpath/commands/index.ts
Josh Johnson 6a92fa96f2 Add Get Current XPath
This commit also moves some shared code to a common class.

Issue: #85
2018-05-29 21:38:11 -04:00

2 lines
68 B
TypeScript

export * from "./evaluateXPath";
export * from "./getCurrentXPath";