.gitignore added
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / table / node_modules / ajv / dist / standalone / index.d.ts
diff --git a/.config/coc/extensions/node_modules/coc-prettier/node_modules/table/node_modules/ajv/dist/standalone/index.d.ts b/.config/coc/extensions/node_modules/coc-prettier/node_modules/table/node_modules/ajv/dist/standalone/index.d.ts
new file mode 100644 (file)
index 0000000..e9976d1
--- /dev/null
@@ -0,0 +1,5 @@
+import type AjvCore from "../core";
+import type { AnyValidateFunction } from "../types";
+export default function standaloneCode(ajv: AjvCore, refsOrFunc?: {
+    [K in string]?: string;
+} | AnyValidateFunction): string;