UNPKG

@webnotion-net/typescript-model-validator

Version:

Flexible and extensible library for validating data models in TypeScript

8 lines (7 loc) 590 B
export { default as Validator } from './Validator'; export { default as Violations } from './violations/Violations'; export type { default as ValidatableModelInterface } from './models/ValidatableModelInterface'; export type { default as GloballyValidatableModelInterface } from './models/GloballyValidatableModelInterface'; export type { default as Violation } from './violations/Violation'; export type { default as ConstraintInterface } from "./constraints/ConstraintInterface"; export type { default as GlobalConstraintInterface } from "./constraints/global/GlobalConstraintInterface";