boolSchema.d.ts 216 B

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