check.d.ts 261 B

123
  1. import { ErrorMessage, FieldMessageFactory, Location } from '../base';
  2. import { ValidationChain } from '../chain';
  3. export declare function check(fields?: string | string[], locations?: Location[], message?: FieldMessageFactory | ErrorMessage): ValidationChain;