hexo/node_modules/ajv/dist/standalone/index.d.ts

6 lines
219 B
TypeScript
Raw Normal View History

2023-09-25 15:58:56 +08:00
import type AjvCore from "../core";
import type { AnyValidateFunction } from "../types";
export default function standaloneCode(ajv: AjvCore, refsOrFunc?: {
[K in string]?: string;
} | AnyValidateFunction): string;