UNPKG

@aziontech/opennextjs-azion

Version:
5 lines (4 loc) 124 B
import { posix, sep } from "node:path"; export function normalizePath(path) { return path.replaceAll(sep, posix.sep); }