chore: clean up dead exports after merges

This commit is contained in:
Bohdan Triapitsyn
2026-06-26 19:35:25 +03:00
parent 1f549e4525
commit fc9146eb7b
11 changed files with 4 additions and 23 deletions
+1 -1
View File
@@ -51,4 +51,4 @@ function searchPathFor(command) {
return null;
}
export { isExecutable, resolveExplicitBinary, searchPathFor };
export { resolveExplicitBinary, searchPathFor };