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:
367 bytes
|
Line | |
---|
1 | export default addAbsolutePathKeyword;
|
---|
2 | export type Ajv = import('ajv').Ajv;
|
---|
3 | export type ValidateFunction = import('ajv').ValidateFunction;
|
---|
4 | export type SchemaUtilErrorObject = import('ajv').ErrorObject & {
|
---|
5 | children?: import('ajv').ErrorObject[] | undefined;
|
---|
6 | };
|
---|
7 | /**
|
---|
8 | *
|
---|
9 | * @param {Ajv} ajv
|
---|
10 | * @returns {Ajv}
|
---|
11 | */
|
---|
12 | declare function addAbsolutePathKeyword(ajv: Ajv): Ajv;
|
---|
Note:
See
TracBrowser
for help on using the repository browser.