JSPM

better-path-resolve

1.0.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1982704
  • Score
    100M100P100Q207873F
  • License MIT

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

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

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