Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/ndeno/src/deps.ts>slash

js runtime project management tool / js runtime 项目管理工具
Go to Latest
function slash
import { slash } from "https://deno.land/x/ndeno@v2.0.4/src/deps.ts";

normalizing windows path to Support all platforms

Examples

Example 1

import { slash } from "https://deno.land/x/easy_std@version/src/path.ts";

slash("D:\\foo\\bar") // D:/foo/bar

Parameters

path: string