hexo/node_modules/ajv/dist/compile/validate/keyword.d.ts

5 lines
269 B
TypeScript
Raw Normal View History

2023-09-25 15:58:56 +08:00
import type { AddedKeywordDefinition } from "../../types";
import type { SchemaObjCxt } from "..";
import type { JSONType } from "../rules";
export declare function keywordCode(it: SchemaObjCxt, keyword: string, def: AddedKeywordDefinition, ruleType?: JSONType): void;