Module

x/proc/tests/deps/path.ts>normalize

A better way to work with processes in Deno.
Latest
function normalize
import { normalize } from "https://dotland.deno.dev/x/proc@0.21.9/tests/deps/path.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