Skip to main content
Module

x/dtils/mod.unstable.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/mod.unstable.ts";

Parameters

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

Returns

Promise<Map<string, string[]>>