mirror of
https://github.com/FranP-code/Baileys.git
synced 2025-10-13 00:32:22 +00:00
Wrap up connection + in memory store
This commit is contained in:
11
src/index.ts
11
src/index.ts
@@ -1,5 +1,8 @@
|
||||
import makeConnection from './Connection'
|
||||
|
||||
export * from '../WAMessage/WAMessage'
|
||||
export * from './Binary/Constants'
|
||||
export * from './Binary/Decoder'
|
||||
export * from './Binary/Encoder'
|
||||
export * from './WAConnection'
|
||||
export * from './Utils/messages'
|
||||
export * from './Types'
|
||||
export * from './Store'
|
||||
|
||||
export default makeConnection
|
||||
Reference in New Issue
Block a user