Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

better-path-resolve

zkochan8.4mMIT1.0.0

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

readme

better-path-resolve

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

npm version

Installation

npm i -S better-path-resolve

Usage

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

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

License

MIT © Zoltan Kochan