WEB WAM IMPLEMENTATION!!!!! (#708)

* feat(WAM): initial commit

* fix(wam-development): I made a whoopsie

* Update Example/example.ts

Co-authored-by: Javier Cuevas <javiercr@gmail.com>

---------

Co-authored-by: Javier Cuevas <javiercr@gmail.com>
This commit is contained in:
Rajeh Taher
2024-04-28 14:03:24 +03:00
committed by GitHub
parent e52570bbd7
commit 306e1c1355
8 changed files with 16546 additions and 1 deletions

View File

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