Files
openclaw/scripts/windows-cmd-helpers.d.mts
2026-05-24 15:37:59 +02:00

3 lines
148 B
TypeScript

export function resolvePathEnvKey(env: NodeJS.ProcessEnv): string;
export function buildCmdExeCommandLine(command: string, args: string[]): string;