Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/discord_rpc_deno/deps.ts>path.join

port of @xhayper/discord-rpc to deno
Latest
function path.join
import { path } from "https://deno.land/x/discord_rpc_deno@v1.1.4/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

Returns

string