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