UNPKG

ajv

Version:

Another JSON Schema Validator

6 lines (5 loc) 293 B
import type { CodeKeywordDefinition, AnySchema } from "../../types"; import type { KeywordCxt } from "../../compile/validate"; declare const def: CodeKeywordDefinition; export declare function validateTuple(cxt: KeywordCxt, extraItems: string, schArr?: AnySchema[]): void; export default def;