GHHG10's picture
download
raw
346 Bytes
import { realpathSync } from "node:fs"
import { win32 } from "node:path"
export function normalizePath(input: string, platform: string) {
if (platform !== "win32") return input
const resolved = win32.normalize(win32.resolve(input.replaceAll("/", "\\")))
try {
return realpathSync.native(resolved)
} catch {
return resolved
}
}

Xet Storage Details

Size:
346 Bytes
·
Xet hash:
1b3a2aeafb56255adabefbc748da6b5e095099a52c54c6ce626096494e53cbb7

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.