Module

x/proc/tests/deps/path.ts>join

A better way to work with processes in Deno.
Latest
function join
import { join } from "https://dotland.deno.dev/x/proc@0.21.9/tests/deps/path.ts";

Join all given a sequence of paths,then normalizes the resulting path.

Parameters

...paths: string[]

to be joined and normalized

Returns

string