Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

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

A better way to work with processes in Deno.
Very Popular
Go to Latest
function join
import { join } from "https://deno.land/x/proc@0.20.43/src/deps/path.ts";

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

Parameters

...paths: string[]

to be joined and normalized