Skip to main content
Module

x/fresh/src/server/deps.ts>normalize

The next-gen web framework.
Extremely Popular
Latest
function normalize
Re-export
import { normalize } from "https://deno.land/x/fresh@1.6.8/src/server/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