Skip to main content
Module

std/path/posix/mod.ts>resolve

The Deno Standard Library
Latest
function resolve
Re-export
import { resolve } from "https://deno.land/std@0.224.0/path/posix/mod.ts";

Resolves path segments into a path

Parameters

...pathSegments: string[]

to process to path

Returns

string