Skip to main content
Module

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

`import`… but with pkging powers
Very Popular
Latest
function default
import { default } from "https://deno.land/x/libpkgx@v0.19/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; }