UNPKG

express-validator

Version:

Express middleware for the validator module.

4 lines (3 loc) 195 B
import { ValidationChain } from '../chain'; import { Location } from '../base'; export declare function check(fields?: string | string[], locations?: Location[], message?: any): ValidationChain;