Skip to main content
Module

x/superdeno/test/deps.ts>join

Super-agent driven library for testing Deno HTTP servers.
Latest
function join
import { join } from "https://deno.land/x/superdeno@4.9.0/test/deps.ts";

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

Parameters

...paths: string[]

to be joined and normalized

Returns

string