lanan-old/rescue-user/node_modules/schema-utils/declarations/keywords/undefinedAsNull.d.ts
愉快的大福 7dc28dc701 init
2024-07-17 14:16:22 +08:00

9 lines
187 B
TypeScript

export default addUndefinedAsNullKeyword;
export type Ajv = import("ajv").Ajv;
/**
*
* @param {Ajv} ajv
* @returns {Ajv}
*/
declare function addUndefinedAsNullKeyword(ajv: Ajv): Ajv;