UNPKG

aws-cdk-lib

Version:

Version 2 of the AWS Cloud Development Kit library

5 lines (4 loc) 305 B
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];