UNPKG

@apistudio/apim-cli

Version:

CLI for API Management Products

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;