Files

4 lines
171 B
TypeScript

// Googlechat API module exposes the plugin public contract.
export { googlechatPlugin } from "./src/channel.js";
export { setGoogleChatRuntime } from "./src/runtime.js";