main
Last change
on this file since 79a0317 was 79a0317, checked in by stefan toskovski <stefantoska84@…>, 3 days ago |
F4 Finalna Verzija
|
-
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.