Skip to content

Commit

Permalink
feat: exported more stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
xhayper committed Aug 7, 2022
1 parent 924dc84 commit c239dba
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -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";

0 comments on commit c239dba

Please sign in to comment.