Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
14
export
type
RuleDefinition = (...args: any[]) => Validator;
15
16
export
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