Skip to main content
Module

x/cliffy/prompt/deps.ts>join

Command line framework for deno 🦕 Including Commandline-Interfaces, Prompts, CLI-Table, Arguments Parser and more...
Extremely Popular
Latest
function join
import { join } from "https://deno.land/x/cliffy@v1.0.0-rc.4/prompt/deps.ts";

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

Parameters

...paths: string[]

to be joined and normalized

Returns

string