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) 239 B
import type { SchemaObjCxt } from ".."; import type { JSONType } from "../rules"; import { Name } from "../codegen"; export declare function schemaKeywords(it: SchemaObjCxt, types: JSONType[], typeErrors: boolean, errsCount?: Name): void;