Skip to main content
Module

x/packup/deps.ts>posixPathJoin

📦 Zero-config web application packager in Deno
Go to Latest
function posixPathJoin
import { posixPathJoin } from "https://deno.land/x/packup@v0.2.2/deps.ts";

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

Parameters

...paths: string[]

to be joined and normalized

Returns

string