Initial commit
This commit is contained in:
commit
d7af9332c1
1674 changed files with 119641 additions and 0 deletions
8
node_modules/express-validator/src/middlewares/validation-chain-builders.d.ts
generated
vendored
Normal file
8
node_modules/express-validator/src/middlewares/validation-chain-builders.d.ts
generated
vendored
Normal file
|
@ -0,0 +1,8 @@
|
|||
import { Location } from '../base';
|
||||
export declare function buildCheckFunction(locations: Location[]): (fields?: string | string[] | undefined, message?: any) => import("..").ValidationChain;
|
||||
export declare const check: (fields?: string | string[] | undefined, message?: any) => import("..").ValidationChain;
|
||||
export declare const body: (fields?: string | string[] | undefined, message?: any) => import("..").ValidationChain;
|
||||
export declare const cookie: (fields?: string | string[] | undefined, message?: any) => import("..").ValidationChain;
|
||||
export declare const header: (fields?: string | string[] | undefined, message?: any) => import("..").ValidationChain;
|
||||
export declare const param: (fields?: string | string[] | undefined, message?: any) => import("..").ValidationChain;
|
||||
export declare const query: (fields?: string | string[] | undefined, message?: any) => import("..").ValidationChain;
|
Loading…
Add table
Add a link
Reference in a new issue