Skip to main content
Module

std/path/utils.ts>normalizeString

Deno standard library
Go to Latest
function normalizeString
import { normalizeString } from "https://deno.land/std@0.34.0/path/utils.ts";

Parameters

path: string
allowAboveRoot: boolean
separator: string
isPathSeparator: (code: number) => boolean

Returns

string