Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

std/path/posix.ts>join

Deno standard library
Go to Latest
function join
import { join } from "https://deno.land/std@0.81.0/path/posix.ts";

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

Parameters

...paths: string[]

to be joined and normalized

Returns

string