????
Current Path : C:/inetpub/vhost/qnquyhoach.nextform.vn/api/node_modules/ajv/dist/vocabularies/jtd/ |
Current File : C:/inetpub/vhost/qnquyhoach.nextform.vn/api/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];