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

Interface V8nObject

types/v8n.d.ts:58–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56export type V8nExtend = (newRules: { [name: string]: RuleDefinition }) => void;
57
58export interface V8nObject {
59 (): V8nValidator;
60 extend: V8nExtend;
61 clearCustomRules: () => void;
62}
63
64export const v8n: V8nObject;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected