Skip to main content
Module

x/cliffy/prompt/deps.ts>normalize

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

Normalize the path, resolving '..' and '.' segments. Note that resolving these segments does not necessarily mean that all will be eliminated. A '..' at the top-level will be preserved, and an empty path is canonically '.'.

Parameters

path: string

to be normalized

Returns

string