mirror of https://github.com/jkjoy/sunpeiwen.git
5 lines
299 B
TypeScript
5 lines
299 B
TypeScript
|
import type KeywordCxt from "../../compile/context";
|
||
|
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];
|