From 3fcd3a2e0f1756f2883bb629c365e04fd90a4f0b Mon Sep 17 00:00:00 2001 From: Alisue Date: Tue, 30 Jul 2024 18:18:07 +0900 Subject: [PATCH] :muscle: Re-export everything from `@denops/core` --- mod.ts | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/mod.ts b/mod.ts index d97b0480..a763de90 100644 --- a/mod.ts +++ b/mod.ts @@ -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";