mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-09 14:40:44 +00:00
7 lines
279 B
TypeScript
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";
|