MCPcopy
hub / github.com/thinkjs/thinkjs / Logic

Interface Logic

index.d.ts:467–472  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

465 }
466
467 export interface Logic extends Controller {
468 validate(rules: Object, msgs?: Object): Object;
469 validateErrors?: Object;
470 allowMethods: string;
471 rules: Object;
472 }
473
474 export interface TLogic extends Logic {
475 new(ctx: Context): Logic;

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