UNPKG
@koishijs/plugin-adapter-whatsapp
Version:
latest (2.6.0)
next (2.4.0-alpha.1)
2.6.0
2.5.3
2.5.2
2.5.0
2.4.0
2.4.0-alpha.1
2.4.0-alpha.0
2.3.0
2.2.0
2.1.1
2.1.0
2.0.5
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
WhatsApp Adapter for Koishi
koishi.chat/plugins/adapter/whatsapp.html
satorijs/satori
@koishijs/plugin-adapter-whatsapp
/
lib
/
index.mjs
9 lines
(8 loc)
•
225 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
// src/index.ts
import
WhatsAppAdapter
from
"@satorijs/adapter-whatsapp"
;
export
*
from
"@satorijs/adapter-whatsapp"
;
var
src_default =
WhatsAppAdapter
;
export
{ src_default
as
default
};
//# sourceMappingURL=index.mjs.map