source: imaps-frontend/node_modules/ajv/dist/compile/validate/keyword.d.ts@ 79a0317

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