index.d.ts 219 B

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