-
Notifications
You must be signed in to change notification settings - Fork 6
Closed
Description
Hi Alex,
First of all, thanks for your library and the work you have invested in it. I usually use Fluent Validation in .net so it was a great surprise to find your library and use it in typescript.
I need to import the ValueValidationResult type for certain cascading validations inside nested components.
Before (v2.3.0) you could import from node_modules/fluentvalidation-ts/dist, but now (v3.1.0) in dist there is only index.d.ts
Could you consider exporting Value ValidationResult in dist/index.d.ts in future versions?
export { AsyncValidator, ValidationErrors, SyncValidator as Validator, ValueValidationResult };
TIA! Regards
Metadata
Metadata
Assignees
Labels
No labels