Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

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

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