UNPKG

@flex-development/pathe

Version:

Universal drop-in replacement for node:path

10 lines (9 loc) 190 B
import process from "#internal/process"; import toPosix from "#lib/to-posix"; function cwd() { return toPosix(process.cwd()); } var cwd_default = cwd; export { cwd_default as default };