openclaw
Version:
Multi-channel AI gateway with extensible messaging integrations
9 lines (8 loc) • 347 B
JavaScript
import { t as createPluginRuntimeStore } from "./runtime-store-uAKGMqTs.js";
//#region extensions/zalo/src/runtime.ts
const { setRuntime: setZaloRuntime, getRuntime: getZaloRuntime } = createPluginRuntimeStore({
pluginId: "zalo",
errorMessage: "Zalo runtime not initialized"
});
//#endregion
export { setZaloRuntime as n, getZaloRuntime as t };