mirror of
https://github.com/FranP-code/Baileys.git
synced 2025-10-13 00:32:22 +00:00
finalize multi-device
This commit is contained in:
10
src/index.ts
10
src/index.ts
@@ -1,9 +1,11 @@
|
||||
import makeConnection from './Connection'
|
||||
import makeWASocket from './Socket'
|
||||
|
||||
export * from '../WAMessage'
|
||||
export * from '../WAProto'
|
||||
export * from './Utils'
|
||||
export * from './Types'
|
||||
export * from './Store'
|
||||
//export * from './Store'
|
||||
export * from './Defaults'
|
||||
|
||||
export default makeConnection
|
||||
export type WASocket = ReturnType<typeof makeWASocket>
|
||||
|
||||
export default makeWASocket
|
||||
Reference in New Issue
Block a user