source: trip-planner-front/node_modules/ajv/dist/ajv.d.ts@ 8d391a1

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

initial commit

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