Module

x/dax/src/deps.ts>whichSync

Cross-platform shell tools for Deno and Node.js inspired by zx.
Very Popular
Latest
function whichSync
import { whichSync } from "https://dotland.deno.dev/x/dax@0.39.2/src/deps.ts";

Finds the path to the specified command synchronously.

Parameters

command: string
optional
environment: Omit<Environment, "stat"> = [UNSUPPORTED]