.gitignore added
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / table / node_modules / ajv / dist / compile / validate / boolSchema.d.ts
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;