mirror of
https://github.com/FranP-code/Baileys.git
synced 2025-10-13 00:32:22 +00:00
12 lines
274 B
TypeScript
12 lines
274 B
TypeScript
import makeWASocket from './Socket'
|
|
|
|
export * from '../WAProto'
|
|
export * from './Utils'
|
|
export * from './Types'
|
|
export * from './Store'
|
|
export * from './Defaults'
|
|
export * from './WABinary'
|
|
|
|
export type WASocket = ReturnType<typeof makeWASocket>
|
|
|
|
export default makeWASocket |