UNPKG

@mmstack/form-validation

Version:

Provides a type-safe, composable, and localizable validation system designed specifically for use with [@mmstack/form-core](https://www.npmjs.com/package/@mmstack/form-core). It enables defining validation rules clearly within your TypeScript code and int

6 lines (5 loc) 251 B
export type { ArrayValidatorOptions } from './lib/array'; export * from './lib/date/public_api'; export type { NumberValidatorOptions } from './lib/number'; export type { StringValidatorOptions } from './lib/string'; export * from './lib/validators';