UNPKG

el-beeswarm

Version:

<div style="display: flex; padding: 1rem; flex-direction: column; align-items: center; justify-content: center; height: 100vh; text-align: center; display: flex;

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