Skip to main content
Module

x/lume/deps/path.ts>join

🔥 Static site generator for Deno 🦕
Very Popular
Latest
function join
import { join } from "https://deno.land/x/lume@v2.1.4/deps/path.ts";

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

Parameters

...paths: string[]

to be joined and normalized

Returns

string