We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 425f512 commit 270402cCopy full SHA for 270402c
1 file changed
scripts/lib/windows-taskkill.d.mts
@@ -0,0 +1,6 @@
1
+export function resolveWindowsPowerShellPath(env?: NodeJS.ProcessEnv): string;
2
+export function resolveWindowsSystem32Path(
3
+ executableName: string,
4
+ env?: NodeJS.ProcessEnv,
5
+): string;
6
+export function resolveWindowsTaskkillPath(env?: NodeJS.ProcessEnv): string;
0 commit comments