Skip to main content
Module

x/fastro/http/server/deps.ts>join

Full Stack Framework for Deno, TypeScript, Preact JS and Tailwind CSS
Go to Latest
function join
import { join } from "https://deno.land/x/fastro@v0.85.1/http/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