UNPKG

ajv

Version:

Another JSON Schema Validator

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