Skip to content
This repository was archived by the owner on Jul 6, 2025. It is now read-only.

Commit f960b97

Browse files
committed
refactor(index): move to typescript
1 parent 8a7efdc commit f960b97

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

src/index.js

Lines changed: 0 additions & 7 deletions
This file was deleted.

src/index.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
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 PasteStore } from "./struct/stores/PasteStore"
6+
export { default as UserStore } from "./struct/stores/UserStore"
7+
export { default as UserPasteStore } from "./struct/stores/UserPasteStore"

0 commit comments

Comments
 (0)