Files
openclaw/src/plugin-sdk/matrix.ts

7 lines
279 B
TypeScript

/**
* @deprecated Compatibility facade for older third-party channel packages that
* imported the previous Matrix-shaped helper bundle. New plugins should import
* `openclaw/plugin-sdk/run-command` directly.
*/
export { runPluginCommandWithTimeout } from "./run-command.js";