source: imaps-frontend/node_modules/schema-utils/declarations/keywords/absolutePath.d.ts

main
Last change on this file was 79a0317, checked in by stefan toskovski <stefantoska84@…>, 4 days ago

F4 Finalna Verzija

  • Property mode set to 100644
File size: 402 bytes
Line 
1export default addAbsolutePathKeyword;
2export type Ajv = import("ajv").default;
3export type SchemaValidateFunction = import("ajv").SchemaValidateFunction;
4export type AnySchemaObject = import("ajv").AnySchemaObject;
5export type SchemaUtilErrorObject = import("../validate").SchemaUtilErrorObject;
6/**
7 *
8 * @param {Ajv} ajv
9 * @returns {Ajv}
10 */
11declare function addAbsolutePathKeyword(ajv: Ajv): Ajv;
Note: See TracBrowser for help on using the repository browser.