We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f960b97 commit 6868681Copy full SHA for 6868681
src/index.ts
@@ -2,6 +2,7 @@ export { default as PastebinClient } from "./struct/PastebinClient"
2
export { default as PastebinError } from "./struct/PastebinError"
3
export { default as Paste } from "./struct/Paste"
4
export { default as User } from "./struct/User"
5
+export { default as ClientUser } from "./struct/ClientUser"
6
export { default as PasteStore } from "./struct/stores/PasteStore"
7
export { default as UserStore } from "./struct/stores/UserStore"
8
export { default as UserPasteStore } from "./struct/stores/UserPasteStore"
0 commit comments