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

x/hex/src/cli/deps.ts>pathPosix.resolve

An ecosystem delivering practices, philosophy and portability.
Go to Latest
function pathPosix.resolve
import { pathPosix } from "https://deno.land/x/hex@0.5.15/src/cli/deps.ts";
const { resolve } = pathPosix;

Resolves pathSegments into an absolute path.

Parameters

...pathSegments: string[]

an array of path segments

Returns

string