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) 456 B
import type { AnySchemaObject } from "../../types"; import type { SchemaObjCxt } from ".."; import type { JSONType, RuleGroup, Rule } from "../rules"; export declare function schemaHasRulesForType({ schema, self }: SchemaObjCxt, type: JSONType): boolean | undefined; export declare function shouldUseGroup(schema: AnySchemaObject, group: RuleGroup): boolean; export declare function shouldUseRule(schema: AnySchemaObject, rule: Rule): boolean | undefined;