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

Interface Modifier

types/modifier.d.ts:5–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3export type Performer<T> = (fn: T, rule?: Rule) => T;
4
5export interface Modifier {
6 name: string;
7 perform: Performer<SimpleValidator>;
8 performAsync: Performer<AsyncValidator>;
9}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected