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

x/deno/tests/registry/jsr/@std/path/0.220.1/posix/join.ts>join

A modern runtime for JavaScript and TypeScript.
Go to Latest
function join
import { join } from "https://deno.land/x/deno@v2.0.4/tests/registry/jsr/@std/path/0.220.1/posix/join.ts";

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

Parameters

...paths: string[]

to be joined and normalized

Returns

string