UNPKG
whatsauto.js
Version:
latest (2.0.4)
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
1.3.0
1.2.3
1.2.2
1.2.1
1.2.0
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.8
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
0.1.3
0.1.2
0.1.1
0.1.0
0.0.4
0.0.4-fix
0.0.4-alpha
0.0.3
0.0.2
0.0.1
0.0.0
Easy WhatsApp Automation with Session
github.com/freack21/whatsauto.js
freack21/whatsauto.js
whatsauto.js
/
dist
/
index.js
7 lines
(6 loc)
•
208 B
JavaScript
View Raw
1
2
3
4
5
6
7
import
{
AutoWA
}
from
"./WhatsApp/index.js"
;
export
*
from
"./WhatsApp/index.js"
;
export
*
from
"./Utils/index.js"
;
export
*
from
"./Types/index.js"
;
export
*
from
"./Error/index.js"
;
export
default
AutoWA
;