UNPKG

@xhayper/discord-rpc

Version:
12 lines (11 loc) 436 B
export * from "./Client"; export * from "./structures/ClientUser"; export * from "./structures/CertifiedDevice"; export * from "./structures/Channel"; export * from "./structures/Guild"; export * from "./structures/User"; export * from "./structures/VoiceSettings"; export * from "./structures/Transport"; export * from "./structures/Message"; export * as IPC from "./transport/IPC"; export * as WebSocket from "./transport/WebSocket";