Urara-Blog/node_modules/.pnpm-store/v3/files/cf/c0abd5aad835ace43cbcc377b3813c2f080be3cbf4a39eba5236b81c74c9bc0aa294a47464475cb50cea05202d7380e87e1a704ef5ee790f9c7e7a2ed663fb
2022-08-14 01:14:53 +08:00

4 lines
216 B
Text

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