summaryrefslogtreecommitdiffstats
path: root/node_modules/schema-utils/declarations/keywords
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/schema-utils/declarations/keywords')
-rw-r--r--node_modules/schema-utils/declarations/keywords/absolutePath.d.ts12
1 files changed, 12 insertions, 0 deletions
diff --git a/node_modules/schema-utils/declarations/keywords/absolutePath.d.ts b/node_modules/schema-utils/declarations/keywords/absolutePath.d.ts
new file mode 100644
index 0000000..6843dd6
--- /dev/null
+++ b/node_modules/schema-utils/declarations/keywords/absolutePath.d.ts
@@ -0,0 +1,12 @@
+export default addAbsolutePathKeyword;
+export type Ajv = import('ajv').Ajv;
+export type ValidateFunction = import('ajv').ValidateFunction;
+export type SchemaUtilErrorObject = import('ajv').ErrorObject & {
+ children?: import('ajv').ErrorObject[] | undefined;
+};
+/**
+ *
+ * @param {Ajv} ajv
+ * @returns {Ajv}
+ */
+declare function addAbsolutePathKeyword(ajv: Ajv): Ajv;