UNPKG

@mmstack/form-validation

Version:

This is an internal library for providing localized validators :)

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