From c239dbacfd16cdac8217a45b6393b95c94ea8244 Mon Sep 17 00:00:00 2001 From: xhayper Date: Sun, 7 Aug 2022 14:01:49 +0700 Subject: [PATCH] feat: exported more stuff --- src/index.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/index.ts b/src/index.ts index eee95cc..73100ee 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,6 +1,6 @@ -export * from "./structures/Transport"; export * from "./Client"; -export type { SetActivity, SetActivityResponse } from "./structures/ClientUser"; -export type { Transport, TransportOptions, CMD, EVT, CommandOutgoing, CommandIncoming } from "./structures/Transport"; -export type { FormatFunction } from "./transport/IPC"; +export { User } from "./structures/User"; +export { ClientUser, SetActivity, SetActivityResponse } from "./structures/ClientUser"; +export { Transport, TransportOptions, CMD, EVT, CommandOutgoing, CommandIncoming } from "./structures/Transport"; +export { FormatFunction } from "./transport/IPC";