mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-23 22:08:10 +00:00
Merged via squash.
Prepared head SHA: b5389b59e4
Co-authored-by: vincentkoc <25068+vincentkoc@users.noreply.github.com>
Co-authored-by: vincentkoc <25068+vincentkoc@users.noreply.github.com>
Reviewed-by: @vincentkoc
7 lines
264 B
TypeScript
7 lines
264 B
TypeScript
export function resolveWindowsTaskkillPath(env?: NodeJS.ProcessEnv): string;
|
|
export function resolveWindowsSystem32Path(
|
|
executableName: string,
|
|
env?: NodeJS.ProcessEnv,
|
|
): string;
|
|
export function resolveWindowsPowerShellPath(env?: NodeJS.ProcessEnv): string;
|