UNPKG

@kerthin/domain

Version:
6 lines (5 loc) 204 B
import { ValidationOptions } from './apply-validation'; export declare const MaxLength: (max: number, validationOptions?: ValidationOptions) => (value: any) => { code: string; message: string; };