better-path-resolve
v1.0.0
Published
A better path.resolve() that normalizes paths on Windows
Downloads
6,475,978
Readme
better-path-resolve
A better path.resolve() that normalizes paths on Windows
Installation
npm i -S better-path-resolve
Usage
'use strict'
const betterPathResolve = require('better-path-resolve')
console.log(betterPathResolve('c:/src'))
//> C:\src