Skip to main content
Module

std/path/posix/resolve.ts>resolve

The Deno Standard Library
Go to Latest
function resolve
import { resolve } from "https://deno.land/std@0.222.1/path/posix/resolve.ts";

Resolves path segments into a path

Parameters

...pathSegments: string[]

to process to path

Returns

string