Skip to content

Commit 5ffb2ee

Browse files
committed
fix: added exports to the index file
1 parent 0b87699 commit 5ffb2ee

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/index.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
export {Validator} from './Validator';
22
export {Data} from './Data';
33
export {ValidatorConfig} from './config/ValidatorConfig';
4+
export {EvaluationResult} from './Rule';
5+
export {RuleBuilder} from './rules/RuleBuilder';
6+
export {validatorBuilder} from './ValidatorBuilder';

0 commit comments

Comments
 (0)