Skip to content

Commit 6a7841b

Browse files
committed
Added an index file so the code can be consumed.
1 parent ef21f19 commit 6a7841b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/index.ts

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
export { Validator, ValidatorImpl } from "@lib/validator/validator";
2+
export { XMLParser } from "@lib/xml/parser";
3+
export { XSDParser } from "@lib/xsd/parser";
4+
export { ValidationResult } from "@lib/types/validation";

0 commit comments

Comments
 (0)