Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 305 Bytes

File metadata and controls

12 lines (8 loc) · 305 Bytes

Examples

url-paths is an independent package. It is not affiliated with urix or its maintainers.

urix to url-paths

import { toUrlPath, urix } from "url-paths";

const normalized = urix("C:\\project\\dist\\app.js");
const path = toUrlPath("src\\index.ts", { platform: "win32" });