UNPKG

@szegedsw/lib-node

Version:

A little framework published by Szeged Software Zrt. in order to enhance api endpoint security and create reuseable code. Email module, Logging system, and much more. Further improvements are expected.

8 lines 301 B
import { IModel } from "../interfaces/interfaces"; import { Validator } from "./validator"; export declare class ArrayModelValidator extends Validator { private readonly model; constructor(model: IModel); validate(value: any): boolean; } //# sourceMappingURL=array-model-validator.d.ts.map