Skip to main content
Module

x/dtils/sh.ts>getExecutablesFromPath

The best unofficial library of utilities for Deno applications
Go to Latest
function getExecutablesFromPath
import { getExecutablesFromPath } from "https://deno.land/x/dtils@2.6.0/sh.ts";

Parameters

matcher: string | ((name: string) => boolean)

Returns

Promise<Map<string, string[]>>