mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-12 09:19:53 +00:00
* chore(tooling): enforce current formatter and refresh checks * chore(tooling): keep release changelog formatter-owned * chore(tooling): retain compatible Node type surface * ci: enforce formatting for docs-only changes * ci: isolate docs formatter check * chore(tooling): apply updated lint and format rules * chore(tooling): satisfy updated switch lint * style(ui): apply Linux formatter layout * test(doctor): match quiet local audio contribution * test(doctor): assert quiet output only * test(doctor): follow restored information contract
3 lines
257 B
TypeScript
3 lines
257 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;
|