export WABinay in default export

This commit is contained in:
Adhiraj Singh
2021-10-01 13:47:02 +05:30
parent e84002d807
commit de8e281103
2 changed files with 1 additions and 2 deletions

View File

@@ -5,6 +5,7 @@ export * from './Utils'
export * from './Types'
//export * from './Store'
export * from './Defaults'
export * from './WABinary'
export type WASocket = ReturnType<typeof makeWASocket>