source: trip-planner-front/node_modules/ajv/dist/compile/resolve.d.ts@ 6a3a178

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

initial commit

  • Property mode set to 100644
File size: 655 bytes
Line 
1import type { AnySchema, AnySchemaObject } from "../types";
2import type Ajv from "../ajv";
3import * as URI from "uri-js";
4export declare type LocalRefs = {
5 [Ref in string]?: AnySchemaObject;
6};
7export declare function inlineRef(schema: AnySchema, limit?: boolean | number): boolean;
8export declare function getFullPath(id?: string, normalize?: boolean): string;
9export declare function _getFullPath(p: URI.URIComponents): string;
10export declare function normalizeId(id: string | undefined): string;
11export declare function resolveUrl(baseId: string, id: string): string;
12export declare function getSchemaRefs(this: Ajv, schema: AnySchema): LocalRefs;
Note: See TracBrowser for help on using the repository browser.