From dafe3a91bd505912520968b7b941e7c1a2674412 Mon Sep 17 00:00:00 2001 From: DmitryL Date: Wed, 9 Oct 2024 16:29:07 +0300 Subject: [PATCH] Add missing types export --- logtape/mod.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/logtape/mod.ts b/logtape/mod.ts index 91cd0e8..e5afd27 100644 --- a/logtape/mod.ts +++ b/logtape/mod.ts @@ -1,3 +1,4 @@ +export { type Category, type CategoryList } from "./category.ts"; export { type Config, ConfigError,