| 22 | |
| 23 | export {SchemaCxt, SchemaObjCxt} from "./compile" |
| 24 | export interface Plugin<Opts> { |
| 25 | (ajv: Ajv, options?: Opts): Ajv |
| 26 | [prop: string]: any |
| 27 | } |
| 28 | |
| 29 | export {KeywordCxt} from "./compile/validate" |
| 30 | export {DefinedError} from "./vocabularies/errors" |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…