Skip to main content
Module

x/clippy/deps.ts>path.join

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

Join all given a sequence of paths,then normalizes the resulting path.

Parameters

...paths: string[]

to be joined and normalized