Skip to main content
Module

x/dax/src/deps.ts>which

Cross platform shell tools for Deno inspired by zx.
Extremely Popular
Go to Latest
function which
import { which } from "https://deno.land/x/dax@0.33.0/src/deps.ts";

Finds the path to the specified command asynchronously.

Parameters

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