🧬 which.ts

This commit is contained in:
nirholas
2026-03-31 10:24:34 +00:00
parent 34595a754f
commit 3ead3d3c65

View File

@@ -80,3 +80,4 @@ export const which: (command: string) => Promise<string | null> = bunWhich
*/
export const whichSync: (command: string) => string | null =
bunWhich ?? whichNodeSync