UNPKG

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