mirror of
https://github.com/FranP-code/Baileys.git
synced 2025-10-13 00:32:22 +00:00
export WABinay in default export
This commit is contained in:
@@ -4,8 +4,6 @@ import { Browsers } from "../Utils"
|
||||
|
||||
export const UNAUTHORIZED_CODES = [401, 403, 419]
|
||||
|
||||
export const STORIES_JID = 'status@broadcast'
|
||||
|
||||
export const DEFAULT_ORIGIN = 'https://web.whatsapp.com'
|
||||
export const DEF_CALLBACK_PREFIX = 'CB:'
|
||||
export const DEF_TAG_PREFIX = 'TAG:'
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user