Module

x/oak/deps.ts>join

A middleware framework for handling HTTP with Deno 🐿️ 🦕
Extremely Popular
Go to Latest
function join
import { join } from "https://dotland.deno.dev/x/oak@v13.0.1/deps.ts";

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

Parameters

...paths: string[]

to be joined and normalized

Returns

string