Skip to main content
Module

x/lume/deps/path.ts>normalize

🔥 Static site generator for Deno 🦕
Very Popular
Latest
function normalize
import { normalize } from "https://deno.land/x/lume@v2.1.4/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