mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-23 07:18:09 +00:00
3 lines
124 B
TypeScript
3 lines
124 B
TypeScript
/** Plugin-local re-export for setup binary detection helpers. */
|
|
export { detectBinary } from "../infra/detect-binary.js";
|