Skip to content

Commit

Permalink
Merge pull request #250 from vim-denops/re-export-fix
Browse files Browse the repository at this point in the history
💪 Re-export everything from `@denops/core`
  • Loading branch information
lambdalisue committed Jul 30, 2024
2 parents b300def + 3fcd3a2 commit 38ddb1f
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions mod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,4 @@
*/

// Re-export
export {
BatchError,
type Context,
type Denops,
type Dispatcher,
type Entrypoint,
type Meta,
} from "@denops/core";
export * from "@denops/core";

0 comments on commit 38ddb1f

Please sign in to comment.