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.78.0/path/posix.ts";

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

Parameters

path: string

Returns

string