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

x/easyts/path/mod.ts>join

js library written with ts, use select and chan like golang in js.
Latest
function join
import { join } from "https://deno.land/x/easyts@0.1.3/path/mod.ts";

Join joins any number of path elements into a single path, separating them with slashes. Empty elements are ignored. The result is Cleaned. However, if the argument list is empty or all its elements are empty, Join returns an empty string.

Parameters

...elem: Array<string>

Returns

string