| Current Path : /home/deltalab/PMS/logistic-backend/node_modules/ajv/dist/vocabularies/jtd/ |
| Current File : //home/deltalab/PMS/logistic-backend/node_modules/ajv/dist/vocabularies/jtd/nullable.d.ts |
import type { KeywordCxt } from "../../compile/validate";
import { Code, Name } from "../../compile/codegen";
export declare function checkNullable({ gen, data, parentSchema }: KeywordCxt, cond?: Code): [Name, Code];
export declare function checkNullableObject(cxt: KeywordCxt, cond: Code): [Name, Code];