mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-23 13:08:12 +00:00
7 lines
478 B
TypeScript
7 lines
478 B
TypeScript
export function resolvePathEnvKey(env: NodeJS.ProcessEnv): string;
|
|
export function resolveWindowsSystemRoot(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;
|