We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 246a989 commit 561533fCopy full SHA for 561533f
denops_std/helper/batch.ts
@@ -76,3 +76,5 @@ export async function batch(
76
const calls = BatchHelper.getCalls(helper);
77
return await denops.batch(...calls);
78
}
79
+
80
+export type { BatchHelper };
denops_std/mod.ts
@@ -1,6 +1,8 @@
1
// Re-export
2
export type {
3
+ BatchError,
4
Context,
5
Denops,
6
Dispatcher,
7
+ Meta,
8
} from "./vendor/https/deno.land/x/denops_core/mod.ts";
0 commit comments