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

5 lines
273 B
TypeScript

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;