Skip to main content
Module

x/simple_utility/src/path.deno.ts>posixSep

A handy utility collection.
Go to Latest
function posixSep
import { posixSep } from "https://deno.land/x/simple_utility@v0.1.0/src/path.deno.ts";

Convert from backslash to slash.

Parameters

path: string

Windows style (backslash) path string.