source: imaps-frontend/node_modules/schema-utils/declarations/keywords/undefinedAsNull.d.ts@ 79a0317

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

F4 Finalna Verzija

  • Property mode set to 100644
File size: 642 bytes
Line 
1export default addUndefinedAsNullKeyword;
2export type Ajv = import("ajv").default;
3export type SchemaValidateFunction = import("ajv").SchemaValidateFunction;
4export type AnySchemaObject = import("ajv").AnySchemaObject;
5export 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 *
12 * @param {Ajv} ajv
13 * @returns {Ajv}
14 */
15declare function addUndefinedAsNullKeyword(ajv: Ajv): Ajv;
Note: See TracBrowser for help on using the repository browser.