UNPKG

@gguf/claw

Version:

Multi-channel AI gateway with extensible messaging integrations

5 lines (4 loc) 244 B
export { monitorMSTeamsProvider } from "./monitor.js"; export { probeMSTeams } from "./probe.js"; export { sendMessageMSTeams, sendPollMSTeams } from "./send.js"; export { type MSTeamsCredentials, resolveMSTeamsCredentials } from "./token.js";