UNPKG

216 BTypeScriptView Raw
1import type { SchemaCxt } from "..";
2import { Name } from "../codegen";
3export declare function topBoolOrEmptySchema(it: SchemaCxt): void;
4export declare function boolOrEmptySchema(it: SchemaCxt, valid: Name): void;