Skip to content

Commit

Permalink
Expose ValueValidationResult, RuleValidators, AsyncRuleValidators typ…
Browse files Browse the repository at this point in the history
…es (closes #41)
  • Loading branch information
AlexJPotter committed Mar 5, 2024
1 parent dc92bc2 commit 77161cd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fluentvalidation-ts",
"version": "3.1.0",
"version": "3.2.0",
"description": "A TypeScript-first library for building strongly-typed validation rules",
"keywords": [
"fluent",
Expand Down
5 changes: 5 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
export { SyncValidator as Validator, AsyncValidator } from './CoreValidator';
export { ValidationErrors } from 'ValidationErrors';
export { ValueValidationResult } from 'ValueValidationResult';
export {
RuleValidators,
AsyncRuleValidators,
} from 'valueValidator/RuleValidators';

0 comments on commit 77161cd

Please sign in to comment.