UNPKG
aijinkela-wechaty
Version:
latest (1.20.2)
next (1.20.2)
1.20.2
Wechaty is a RPA SDK for Chatbot Makers.
github.com/wechaty/
wechaty/wechaty
aijinkela-wechaty
/
dist
/
esm
/
src
/
wechaty
/
mod.js
4 lines
•
182 B
JavaScript
View Raw
1
2
3
4
import
{
WechatyImpl
}
from
'./wechaty-impl.js'
;
import
{
WechatySkeleton
}
from
'./wechaty-skeleton.js'
;
export
{
WechatySkeleton
,
WechatyImpl
, };
//# sourceMappingURL=mod.js.map