UNPKG

json-schema-library

Version:

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

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