Skip to main content
Module

x/ash/src/path.ts>join

A stylish web framework for Deno!
Latest
function join
import { join } from "https://deno.land/x/ash@1.3.6/src/path.ts";

Joins two (or more) paths together.

Parameters

...paths: string[]

Two or more paths to join.

Returns

string