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

7 lines
398 B
TypeScript

import type { SchemaCxt } from "..";
import { Name } from "../codegen";
export declare function validateFunctionCode(it: SchemaCxt): void;
export declare function subschemaCode(it: SchemaCxt, valid: Name): void;
export declare function schemaCxtHasRules({ schema, self }: SchemaCxt): boolean;
export declare function checkStrictMode(it: SchemaCxt, msg: string, mode?: boolean | "log"): void;