Skip to main content
The Deno 2 Release Candidate is here
Learn more
variable resolvePathArray
import { resolvePathArray } from "https://deno.land/x/drun@v1.3.1/src/helpers/resolve_path_array.ts";

Resolve a list of paths

type

(paths: string[]) => Promise<string[]>