Your IP : 216.73.216.43


Current Path : /home/deltalab/PMS/logistic-backend/node_modules/ajv/dist/vocabularies/jtd/
Upload File :
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];