Module

x/ash/mod.ts>path.join

A stylish web framework for Deno!
Latest
function path.join
import { path } from "https://dotland.deno.dev/x/ash@1.3.6/mod.ts";
const { join } = path;

Joins two (or more) paths together.

Parameters

...paths: string[]

Two or more paths to join.

Returns

string