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 749eb4f commit 881b35dCopy full SHA for 881b35d
deps.ts
@@ -1,15 +1,4 @@
1
export * as path from "https://deno.land/std@0.95.0/path/mod.ts";
2
export * as hash from "https://deno.land/std@0.95.0/hash/mod.ts";
3
export * as fs from "https://deno.land/std@0.95.0/fs/mod.ts";
4
-
5
-export type {
6
- Context,
7
- Dispatcher,
8
-} from "https://deno.land/x/denops_core@v0.16.0/mod.ts";
9
-export {
10
- Denops,
11
- ensureArray,
12
- ensureNumber,
13
- ensureRecord,
14
- ensureString,
15
+export * from "https://deno.land/x/denops_core@v0.16.0/mod.ts";
0 commit comments