UNPKG

fluent-vuelidate

Version:

A fluent, typescript-first validation library for Vue3

3 lines (2 loc) 238 B
import { FieldValidationResult } from '../types'; export declare const useHasLength: <TModel extends Record<string, any>>(model: TModel, propertyName: string, fixedLength: number, message?: string | undefined) => FieldValidationResult;