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

x/ndeno/src/deps.ts>join

js runtime project management tool / js runtime 项目管理工具
Go to Latest
function join
import { join } from "https://deno.land/x/ndeno@v2.0.6/src/deps.ts";

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

Parameters

...paths: string[]

to be joined and normalized

Returns

string