Urara-Blog/node_modules/.pnpm-store/v3/files/c2/2e0e7720faa860bf9b1bd3de097b494aaa1912978ea22b50470ca1019b59b08ce7289db71290db99a0f6fc6a42862b7207f73e0faffdcfd69442b3be3a83f4
2022-08-14 01:14:53 +08:00

5 lines
293 B
Text

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;