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:
679 bytes
|
Line | |
---|
1 | import type { KeywordCxt } from ".";
|
---|
2 | import type { AddedKeywordDefinition, MacroKeywordDefinition, FuncKeywordDefinition } from "../../types";
|
---|
3 | import type { SchemaObjCxt } from "..";
|
---|
4 | import type { JSONType } from "../rules";
|
---|
5 | export declare function macroKeywordCode(cxt: KeywordCxt, def: MacroKeywordDefinition): void;
|
---|
6 | export declare function funcKeywordCode(cxt: KeywordCxt, def: FuncKeywordDefinition): void;
|
---|
7 | export declare function validSchemaType(schema: unknown, schemaType: JSONType[], allowUndefined?: boolean): boolean;
|
---|
8 | export declare function validateKeywordUsage({ schema, opts, self, errSchemaPath }: SchemaObjCxt, def: AddedKeywordDefinition, keyword: string): void;
|
---|
Note:
See
TracBrowser
for help on using the repository browser.