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

Method testAsync

types/v8n.d.ts:9–9  ·  view source on GitHub ↗
(value?: any)

Source from the content-addressed store, hash-verified

7 testAll(value?: any): ValidationError[];
8 check(value?: any): void;
9 testAsync(value?: any): Promise<boolean>;
10 not: V8nValidator;
11 some: V8nValidator;
12 every: V8nValidator;

Callers 4

test-v8n.tsFile · 0.65
testSchemaFunction · 0.65
v8n.test.jsFile · 0.65
optional.jsFile · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected