We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef21f19 commit 6a7841bCopy full SHA for 6a7841b
src/index.ts
@@ -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