massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / table / node_modules / ajv / dist / standalone / index.d.ts
1 import type AjvCore from "../core";
2 import type { AnyValidateFunction } from "../types";
3 declare function standaloneCode(ajv: AjvCore, refsOrFunc?: {
4     [K in string]?: string;
5 } | AnyValidateFunction): string;
6 export default standaloneCode;