url-paths is an independent package. It is not affiliated with urix or its maintainers.
import { toUrlPath, urix } from "url-paths";
const normalized = urix("C:\\project\\dist\\app.js");
const path = toUrlPath("src\\index.ts", { platform: "win32" });