Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/wasmbuild/lib/deps.ts>path.join

Build tool to use Rust code in Deno and the browser.
Very Popular
Latest
function path.join
import { path } from "https://deno.land/x/wasmbuild@0.15.6/lib/deps.ts";
const { join } = path;

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

Parameters

...paths: string[]

to be joined and normalized