MCPcopy
hub / github.com/thinkjs/thinkjs / validate

Method validate

index.d.ts:468–468  ·  view source on GitHub ↗
(rules: Object, msgs?: Object)

Source from the content-addressed store, hash-verified

466
467 export interface Logic extends Controller {
468 validate(rules: Object, msgs?: Object): Object;
469 validateErrors?: Object;
470 allowMethods: string;
471 rules: Object;

Callers 2

__afterFunction · 0.65
logic.jsFile · 0.65

Implementers 1

Validatortest/lib/mockie.js

Calls

no outgoing calls

Tested by

no test coverage detected