mirror of
https://github.com/moltbot/moltbot.git
synced 2026-04-16 03:10:11 +00:00
4 lines
135 B
TypeScript
4 lines
135 B
TypeScript
export * from "./runtime-api.js";
|
|
export { twitchPlugin } from "./src/plugin.js";
|
|
export { setTwitchRuntime } from "./src/runtime.js";
|