UNPKG

el-beeswarm

Version:

<div style="display: flex; padding: 1rem; flex-direction: column; align-items: center; justify-content: center; height: 100vh; text-align: center; display: flex;

5 lines (4 loc) 269 B
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;