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

6 lines
224 B
TypeScript

import type AjvCore from "../core";
import type { AnyValidateFunction } from "../types";
export default function standaloneCode(ajv: AjvCore, refsOrFunc?: {
[K in string]?: string;
} | AnyValidateFunction): string;