UNPKG

formoose

Version:

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

4 lines 182 B
import { Schema } from 'src/models'; declare function getMaxLength(fieldName: string, schema: Schema): number; export default getMaxLength; //# sourceMappingURL=getMaxLength.d.ts.map