Skip to content

Commit 561533f

Browse files
committed
👍 Expose missing types
1 parent 246a989 commit 561533f

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

denops_std/helper/batch.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,3 +76,5 @@ export async function batch(
7676
const calls = BatchHelper.getCalls(helper);
7777
return await denops.batch(...calls);
7878
}
79+
80+
export type { BatchHelper };

denops_std/mod.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
// Re-export
22
export type {
3+
BatchError,
34
Context,
45
Denops,
56
Dispatcher,
7+
Meta,
68
} from "./vendor/https/deno.land/x/denops_core/mod.ts";

0 commit comments

Comments
 (0)