Skip to main content
Module

std/path/_util.ts>normalizeString

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

Parameters

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

Returns

string