Skip to main content
Module

x/vento/deps.ts>path.resolve

🌬 A template engine for Deno & Node
Go to Latest
function path.resolve
import { path } from "https://deno.land/x/vento@v0.12.5/deps.ts";
const { resolve } = path;

Resolves path segments into a path

Parameters

...pathSegments: string[]

to process to path

Returns

string