source: trip-planner-front/node_modules/ajv/dist/2020.d.ts@ 6c1585f

Last change on this file since 6c1585f was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 1.1 KB
Line 
1import type { AnySchemaObject } from "./types";
2import AjvCore, { Options } from "./core";
3declare class Ajv2020 extends AjvCore {
4 constructor(opts?: Options);
5 _addVocabularies(): void;
6 _addDefaultMetaSchema(): void;
7 defaultMeta(): string | AnySchemaObject | undefined;
8}
9export default Ajv2020;
10export { Format, FormatDefinition, AsyncFormatDefinition, KeywordDefinition, KeywordErrorDefinition, CodeKeywordDefinition, MacroKeywordDefinition, FuncKeywordDefinition, Vocabulary, Schema, SchemaObject, AnySchemaObject, AsyncSchema, AnySchema, ValidateFunction, AsyncValidateFunction, ErrorObject, ErrorNoParams, } from "./types";
11export { Plugin, Options, CodeOptions, InstanceOptions, Logger, ErrorsTextOptions } from "./core";
12export { SchemaCxt, SchemaObjCxt } from "./compile";
13export { KeywordCxt } from "./compile/validate";
14export { DefinedError } from "./vocabularies/errors";
15export { JSONType } from "./compile/rules";
16export { JSONSchemaType } from "./types/json-schema";
17export { _, str, stringify, nil, Name, Code, CodeGen, CodeGenOptions } from "./compile/codegen";
Note: See TracBrowser for help on using the repository browser.