Skip to content

Export ValueValidationResult #41

@jp-rl

Description

@jp-rl

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions