finalize multi-device

This commit is contained in:
Adhiraj Singh
2021-09-15 13:40:02 +05:30
parent 9cba28e891
commit f267f27ada
82 changed files with 35228 additions and 10644 deletions

View File

@@ -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