persona-community-5/.pnpm-store/v3/files/8a/10e6a182eeaed368b658d23fd88110ecd46eae056fe860bcac2936507354c4b1e8df2361f102bda26f583a2cf82a9154534709d9ba43c4d8bf135e7fd0af29
rdev-worker a1d0d1bf1c
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
build: /implement-feature community-ui --requirements 'Build the React commu...
2026-02-24 08:22:30 +00:00

5 lines
305 B
Plaintext

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];