mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-14 07:06:04 +00:00
6 lines
403 B
TypeScript
6 lines
403 B
TypeScript
export function resolvePathEnvKey(env: NodeJS.ProcessEnv): string;
|
|
export function resolveWindowsSystem32Path(executableName: string, env?: NodeJS.ProcessEnv): string;
|
|
export function resolveWindowsCmdExePath(env?: NodeJS.ProcessEnv): string;
|
|
export function resolveWindowsPowerShellPath(env?: NodeJS.ProcessEnv): string;
|
|
export function buildCmdExeCommandLine(command: string, args: string[]): string;
|