Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/pup/deps.ts>path.join

Universal process manager built in Deno
Go to Latest
function path.join
import { path } from "https://deno.land/x/pup@1.0.0-rc.14/deps.ts";
const { join } = path;

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

Parameters

...paths: string[]

to be joined and normalized

Returns

string