mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-28 20:43:34 +00:00
10 lines
443 B
TypeScript
10 lines
443 B
TypeScript
/**
|
|
* Public SDK subpath for setup-time command, archive, binary, and docs-link helpers.
|
|
*/
|
|
export { formatCliCommand } from "../cli/command-format.js";
|
|
export { extractArchive } from "../infra/archive.js";
|
|
export { resolveBrewExecutable } from "../infra/brew.js";
|
|
export { detectBinary } from "../infra/detect-binary.js";
|
|
export { formatDocsLink } from "../../packages/terminal-core/src/links.js";
|
|
export { CONFIG_DIR } from "../utils.js";
|