Skip to main content
Module

x/discord_rpc_deno/deps.ts>path.resolve

port of @xhayper/discord-rpc to deno
Latest
function path.resolve
import { path } from "https://deno.land/x/discord_rpc_deno@v1.1.4/deps.ts";
const { resolve } = path;

Resolves path segments into a path

Parameters

...pathSegments: string[]

to process to path

Returns

string