massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / table / node_modules / ajv / dist / runtime / re2.d.ts
diff --git a/.config/coc/extensions/node_modules/coc-prettier/node_modules/table/node_modules/ajv/dist/runtime/re2.d.ts b/.config/coc/extensions/node_modules/coc-prettier/node_modules/table/node_modules/ajv/dist/runtime/re2.d.ts
new file mode 100644 (file)
index 0000000..b49306f
--- /dev/null
@@ -0,0 +1,6 @@
+import * as re2 from "re2";
+declare type Re2 = typeof re2 & {
+    code: string;
+};
+declare const _default: Re2;
+export default _default;