MCPcopy Index your code
hub / github.com/express-validator/express-validator / isInt

Method isInt

src/chain/validators.ts:156–156  ·  view source on GitHub ↗
(options?: Options.IsIntOptions)

Source from the content-addressed store, hash-verified

154 isISRC(): Return;
155 isIn(values: readonly any[]): Return;
156 isInt(options?: Options.IsIntOptions): Return;
157 isJSON(options?: Options.IsJSONOptions): Return;
158 isJWT(): Return;
159 isLatLong(options?: Options.IsLatLongOptions): Return;

Implementers 1

ValidatorsImplsrc/chain/validators-impl.ts

Calls

no outgoing calls

Tested by

no test coverage detected