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

6 lines
224 B
TypeScript
Raw Normal View History

2023-10-03 11:14:36 +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;