MCPcopy
hub / github.com/ajv-validator/ajv / Plugin

Interface Plugin

lib/core.ts:24–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22
23export {SchemaCxt, SchemaObjCxt} from "./compile"
24export interface Plugin<Opts> {
25 (ajv: Ajv, options?: Opts): Ajv
26 [prop: string]: any
27}
28
29export {KeywordCxt} from "./compile/validate"
30export {DefinedError} from "./vocabularies/errors"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…