Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/ndeno/src/deps.ts>slash

js runtime project management tool / js runtime 项目管理工具
Latest
function slash
import { slash } from "https://deno.land/x/ndeno@v2.1.2/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