UNPKG

367 BTypeScriptView Raw
1export default addAbsolutePathKeyword;
2export type Ajv = import('ajv').Ajv;
3export type ValidateFunction = import('ajv').ValidateFunction;
4export type SchemaUtilErrorObject = import('ajv').ErrorObject & {
5 children?: import('ajv').ErrorObject[] | undefined;
6};
7/**
8 *
9 * @param {Ajv} ajv
10 * @returns {Ajv}
11 */
12declare function addAbsolutePathKeyword(ajv: Ajv): Ajv;