mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-25 08:03:27 +00:00
4 lines
216 B
TypeScript
4 lines
216 B
TypeScript
// Feishu API module exposes the plugin public contract.
|
|
export { createFeishuThreadBindingManager } from "./src/thread-bindings.js";
|
|
export { testing as feishuThreadBindingTesting } from "./src/thread-bindings.js";
|