mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-25 08:29:35 +00:00
4 lines
191 B
TypeScript
4 lines
191 B
TypeScript
// Imessage plugin module implements monitor behavior.
|
|
export { monitorIMessageProvider } from "./monitor/monitor-provider.js";
|
|
export type { MonitorIMessageOpts } from "./monitor/types.js";
|