|
Last change
on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 12 days ago |
|
Fix frontend appearance
|
-
Property mode
set to
100644
|
|
File size:
658 bytes
|
| Rev | Line | |
|---|
| [9af201e] | 1 | export default addUndefinedAsNullKeyword;
|
|---|
| 2 | export type Ajv = import("ajv").default;
|
|---|
| 3 | export type SchemaValidateFunction = import("ajv").SchemaValidateFunction;
|
|---|
| 4 | export type AnySchemaObject = import("ajv").AnySchemaObject;
|
|---|
| 5 | export type ValidateFunction = import("ajv").ValidateFunction;
|
|---|
| 6 | /** @typedef {import("ajv").default} Ajv */
|
|---|
| 7 | /** @typedef {import("ajv").SchemaValidateFunction} SchemaValidateFunction */
|
|---|
| 8 | /** @typedef {import("ajv").AnySchemaObject} AnySchemaObject */
|
|---|
| 9 | /** @typedef {import("ajv").ValidateFunction} ValidateFunction */
|
|---|
| 10 | /**
|
|---|
| 11 | * @param {Ajv} ajv ajv
|
|---|
| 12 | * @returns {Ajv} configured ajv
|
|---|
| 13 | */
|
|---|
| 14 | declare function addUndefinedAsNullKeyword(ajv: Ajv): Ajv;
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.