Last change
on this file since 1ad8e64 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
456 bytes
|
Line | |
---|
1 | import type { AnySchemaObject } from "../../types";
|
---|
2 | import type { SchemaObjCxt } from "..";
|
---|
3 | import type { JSONType, RuleGroup, Rule } from "../rules";
|
---|
4 | export declare function schemaHasRulesForType({ schema, self }: SchemaObjCxt, type: JSONType): boolean | undefined;
|
---|
5 | export declare function shouldUseGroup(schema: AnySchemaObject, group: RuleGroup): boolean;
|
---|
6 | export declare function shouldUseRule(schema: AnySchemaObject, rule: Rule): boolean | undefined;
|
---|
Note:
See
TracBrowser
for help on using the repository browser.