From d08ecdca0d01fa3dc2267fb5900a5cf250c1325e Mon Sep 17 00:00:00 2001 From: pakkographic <41129374+pakkographic@users.noreply.github.com> Date: Thu, 15 Aug 2024 15:24:31 +0200 Subject: [PATCH] export typings --- lib/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/index.ts b/lib/index.ts index 7f499e5..8a7cf43 100644 --- a/lib/index.ts +++ b/lib/index.ts @@ -20,7 +20,7 @@ // // EXPORT LIST: - +export type * from "./types/index"; export * from "./structures/Message"; export * from "./structures/Client";