absolutePath.d.ts 325 B

12345678910
  1. export default addAbsolutePathKeyword;
  2. export type Ajv = import("ajv").Ajv;
  3. export type ValidateFunction = import("ajv").ValidateFunction;
  4. export type SchemaUtilErrorObject = import("../validate").SchemaUtilErrorObject;
  5. /**
  6. *
  7. * @param {Ajv} ajv
  8. * @returns {Ajv}
  9. */
  10. declare function addAbsolutePathKeyword(ajv: Ajv): Ajv;