UNPKG

formoose

Version:

Schema-based run time validation engine, made to integrate back and front-end validations using Mongoose like schemas.

3 lines 190 B
import { SchemaItem } from '@/models'; export declare function matchValidate(fieldValue: any, schemaItem: SchemaItem, fieldName: string): boolean; //# sourceMappingURL=matchValidate.d.ts.map