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;

7 lines (6 loc) 392 B
import type { SchemaCxt } from ".."; import { Name } from "../codegen"; export declare function validateFunctionCode(it: SchemaCxt): void; export declare function subschemaCode(it: SchemaCxt, valid: Name): void; export declare function schemaCxtHasRules({ schema, self }: SchemaCxt): boolean; export declare function checkStrictMode(it: SchemaCxt, msg: string, mode?: boolean | "log"): void;