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

5 lines
273 B
TypeScript
Raw Normal View History

2023-10-03 11:14:36 +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;