UNPKG

json-schema-library

Version:

Customizable and hackable json-validator and json-schema utilities for traversal, data generation and validation

5 lines (4 loc) 177 B
import { Keyword } from "../Keyword"; import { SchemaNode } from "../types"; export declare const notKeyword: Keyword; export declare function parseNot(node: SchemaNode): void;