Skip to content

Commit 881b35d

Browse files
committed
💪 Export everything from denops
1 parent 749eb4f commit 881b35d

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

deps.ts

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,4 @@
11
export * as path from "https://deno.land/std@0.95.0/path/mod.ts";
22
export * as hash from "https://deno.land/std@0.95.0/hash/mod.ts";
33
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-
} from "https://deno.land/x/denops_core@v0.16.0/mod.ts";
4+
export * from "https://deno.land/x/denops_core@v0.16.0/mod.ts";

0 commit comments

Comments
 (0)