Skip to content

Commit 3a7d194

Browse files
committed
🐛 Fix type error
1 parent a3fd1ff commit 3a7d194

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

mod.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
11
// Re-export
2-
export type { Context, Denops, Dispatcher } from "./deps.ts";
2+
export type {
3+
Context,
4+
Denops,
5+
Dispatcher,
6+
} from "./vendor/https/deno.land/x/denops_core/mod.ts";

0 commit comments

Comments
 (0)