[F] normalizeSlashes
function normalizeSlashes(path): string;
Normalize path separators, converting \
into /
.
Parameters
Section titled “Parameters”Parameter | Type |
---|---|
path | string |
Returns
Section titled “Returns”string
function normalizeSlashes(path): string;
Normalize path separators, converting \
into /
.
Parameter | Type |
---|---|
path | string |
string