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

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

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>