UNPKG

ajv

Version:

Another JSON Schema Validator

5 lines (4 loc) 209 B
import type { CodeKeywordDefinition, ErrorNoParams, AnySchema } from "../../types"; export type NotKeywordError = ErrorNoParams<"not", AnySchema>; declare const def: CodeKeywordDefinition; export default def;