chore(packages/client)!: rewrite and rename package

This commit is contained in:
PalmDevs
2023-11-24 23:03:56 +07:00
parent abf532704f
commit ab44312e7b
8 changed files with 1068 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
export { default as Client } from './Client.js'
export * from './Client.js'
export { default as ClientGateway } from './ClientGateway.js'
export * from './ClientGateway.js'