✨ 🧬 which.ts
This commit is contained in:
@@ -80,3 +80,4 @@ export const which: (command: string) => Promise<string | null> = bunWhich
|
|||||||
*/
|
*/
|
||||||
export const whichSync: (command: string) => string | null =
|
export const whichSync: (command: string) => string | null =
|
||||||
bunWhich ?? whichNodeSync
|
bunWhich ?? whichNodeSync
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user