Files
openclaw/extensions/twitch/setup-plugin-api.ts
2026-04-17 13:47:37 -04:00

4 lines
176 B
TypeScript

// Keep bundled setup entry imports narrow so setup loads do not pull the
// broader Twitch channel plugin surface.
export { twitchSetupPlugin } from "./src/setup-surface.js";