Skip to content

Commit 270402c

Browse files
committed
fix(scripts): type windows taskkill helper
1 parent 425f512 commit 270402c

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

scripts/lib/windows-taskkill.d.mts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)