mirror of https://github.com/jkjoy/sunpeiwen.git
5 lines
269 B
TypeScript
5 lines
269 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;
|