UNPKG

443 BTypeScriptView Raw
1import type { CodeKeywordDefinition } from "../../types";
2import type { KeywordCxt } from "../../compile/validate";
3import { Code } from "../../compile/codegen";
4import { SchemaEnv } from "../../compile";
5declare const def: CodeKeywordDefinition;
6export declare function getValidate(cxt: KeywordCxt, sch: SchemaEnv): Code;
7export declare function callRef(cxt: KeywordCxt, v: Code, sch?: SchemaEnv, $async?: boolean): void;
8export default def;