Files
revanced-bots/packages/api/src/classes/index.ts
2025-06-23 20:32:18 +07:00

4 lines
104 B
TypeScript
Executable File

export * from './Client'
export { default as Client } from './Client'
export * from './ClientWebSocket'