Skip to main content
Module

x/fresh/src/server/deps.ts>join

The next-gen web framework.
Extremely Popular
Latest
function join
import { join } from "https://deno.land/x/fresh@1.6.8/src/server/deps.ts";

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

Parameters

...paths: string[]

to be joined and normalized

Returns

string