hexo/node_modules/ajv/dist/compile/validate/boolSchema.d.ts

5 lines
220 B
TypeScript
Raw Normal View History

2023-10-03 11:14:36 +08:00
import type { SchemaCxt } from "..";
import { Name } from "../codegen";
export declare function topBoolOrEmptySchema(it: SchemaCxt): void;
export declare function boolOrEmptySchema(it: SchemaCxt, valid: Name): void;