Skip to main content
Module

std/path/posix.ts>normalize

Deno standard library
Go to Latest
function normalize
import { normalize } from "https://deno.land/std@0.157.0/path/posix.ts";

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

Parameters

path: string

to be normalized

Returns

string