Skip to main content
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://deno.land/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]