MCPcopy
hub / github.com/imbrn/v8n / Rule

Interface Rule

types/rule.d.ts:16–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14export type RuleDefinition = (...args: any[]) => Validator;
15
16export interface Rule {
17 name: string;
18 fn: Validator;
19 args: any[];
20 modifiers: Modifier[];
21}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected