Use Barrels

This commit is contained in:
Josh Johnson 2018-05-03 22:01:29 -04:00
parent 2fa3c900fe
commit 7a5df9f387
13 changed files with 28 additions and 17 deletions

View file

@ -0,0 +1 @@
export * from "./evaluateXPath";

1
src/xpath/index.ts Normal file
View file

@ -0,0 +1 @@
export * from "./xpath-evaluator";