feat: expose makeWASocket as named (#190)

This commit is contained in:
Eko Eryanto
2023-07-09 04:42:56 +07:00
committed by GitHub
parent 57d0a8aa26
commit a1fb826cea

View File

@@ -8,5 +8,5 @@ export * from './Defaults'
export * from './WABinary'
export type WASocket = ReturnType<typeof makeWASocket>
export default makeWASocket
export { makeWASocket }
export default makeWASocket