mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-06 06:39:12 +08:00
4 lines
305 B
Text
4 lines
305 B
Text
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];
|