UNPKG
@gguf/claw
Version:
latest (2026.2.20)
2026.2.20
2026.2.16
2026.2.13
2026.2.9
2026.2.5
2026.2.4
2026.2.3
2026.2.2
2026.2.1
2026.1.30
WhatsApp gateway CLI (Baileys web) with Pi RPC agent
@gguf/claw
/
extensions
/
msteams
/
src
/
index.ts
5 lines
(4 loc)
•
244 B
text/typescript
View Raw
1
2
3
4
5
export
{ monitorMSTeamsProvider }
from
"./monitor.js"
;
export
{ probeMSTeams }
from
"./probe.js"
;
export
{ sendMessageMSTeams, sendPollMSTeams }
from
"./send.js"
;
export
{
type
MSTeamsCredentials
, resolveMSTeamsCredentials }
from
"./token.js"
;