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

std/node/path/posix.ts>normalize

Deno standard library
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
function normalize
import { normalize } from "https://deno.land/std@0.130.0/node/path/posix.ts";

Normalize the path, resolving '..' and '.' segments.

Parameters

path: string

to be normalized

Returns

string