UNPKG

openclaw

Version:

Multi-channel AI gateway with extensible messaging integrations

9 lines (8 loc) 442 B
import { t as createPluginRuntimeStore } from "./runtime-store-uAKGMqTs.js"; //#region extensions/msteams/src/runtime.ts const { setRuntime: setMSTeamsRuntime, getRuntime: getMSTeamsRuntime, tryGetRuntime: getOptionalMSTeamsRuntime } = createPluginRuntimeStore({ pluginId: "msteams", errorMessage: "MSTeams runtime not initialized" }); //#endregion export { getOptionalMSTeamsRuntime as n, setMSTeamsRuntime as r, getMSTeamsRuntime as t };