mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-30 19:32:27 +00:00
4 lines
232 B
TypeScript
4 lines
232 B
TypeScript
// Keep this barrel helper-only so plugin-sdk facades do not pull the full
|
|
// channel plugin (and its runtime state) into tests or other shared surfaces.
|
|
export { isMattermostSenderAllowed } from "./src/mattermost/monitor-auth.js";
|