Skip to main content
Module

x/libpkgx/src/plumbing/which.ts>default

bringing the entire open source ecosystem to your node and deno apps
Very Popular
Go to Latest
function default
import { default } from "https://deno.land/x/libpkgx@v0.16/src/plumbing/which.ts";

Parameters

arg0: string
optional
opts: { providers?: boolean; }

Returns

Promise<WhichResult | undefined>

Parameters

arg0: string
opts: { providers?: boolean; all: false; }

Returns

Promise<WhichResult | undefined>

Parameters

arg0: string
opts: { providers?: boolean; all: true; }