Skip to main content
Module

x/clippy/deps.ts>path.resolve

cross-platform Deno module for writing and reading clipboard.
Latest
function path.resolve
import { path } from "https://deno.land/x/clippy@v1.0.0/deps.ts";
const { resolve } = path;

Resolves path segments into a path

Parameters

...pathSegments: string[]

to process to path

Returns

string