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

x/molt/lib/std/path.ts>join

Update dependencies the Deno way
Latest
function join
import { join } from "https://deno.land/x/molt@0.17.2/lib/std/path.ts";

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

Parameters

...paths: string[]

to be joined and normalized

Returns

string