UNPKG

formoose

Version:

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

3 lines 175 B
import { FormState } from '@/models'; export declare function getModel(formState: FormState, fieldName: string): Record<string, string>; //# sourceMappingURL=getModel.d.ts.map