UNPKG

ajv

Version:

Another JSON Schema Validator

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