projecte_ionic/node_modules/ajv/dist/standalone/index.d.ts
2022-02-09 18:30:03 +01:00

5 lines
219 B
TypeScript
Executable file

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