Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/plug/deps.ts>normalize

🔌 Deno FFI helper module
Go to Latest
function normalize
import { normalize } from "https://deno.land/x/plug@1.0.3/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