Package Exports
- better-path-resolve
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (better-path-resolve) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
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