mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-23 15:28:11 +00:00
7 lines
234 B
TypeScript
7 lines
234 B
TypeScript
// Matrix API module exposes the plugin public contract.
|
|
export {
|
|
createMatrixThreadBindingManager,
|
|
resetMatrixThreadBindingsForTests,
|
|
} from "./src/matrix/thread-bindings.js";
|
|
export { setMatrixRuntime } from "./src/runtime.js";
|