npm.io
2.0.0 • Published 3 months ago

better-path-resolve

Licence
MIT
Version
2.0.0
Deps
1
Size
3 kB
Vulns
0
Weekly
0
Stars
103

better-path-resolve

A better path.resolve() that normalizes paths on Windows

npm version

Installation

<npm|yarn|pnpm> add better-path-resolve

Usage

'use strict'
const betterPathResolve = require('better-path-resolve')

console.log(betterPathResolve('c:/src'))
//> C:\src

License

MIT Zoltan Kochan