Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/proc/site/scripts/deps/path.ts>join

A better way to work with processes in Deno.
Latest
function join
Re-export
import { join } from "https://deno.land/x/proc@0.22.1/site/scripts/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