Skip to content

Commit 6868681

Browse files
committed
feat(index): export ClientUser
1 parent f960b97 commit 6868681

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ export { default as PastebinClient } from "./struct/PastebinClient"
22
export { default as PastebinError } from "./struct/PastebinError"
33
export { default as Paste } from "./struct/Paste"
44
export { default as User } from "./struct/User"
5+
export { default as ClientUser } from "./struct/ClientUser"
56
export { default as PasteStore } from "./struct/stores/PasteStore"
67
export { default as UserStore } from "./struct/stores/UserStore"
78
export { default as UserPasteStore } from "./struct/stores/UserPasteStore"

0 commit comments

Comments
 (0)