better-path-resolve

1.0.0 • Public • Published

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

/better-path-resolve/

    Package Sidebar

    Install

    npm i better-path-resolve

    Weekly Downloads

    1,598,493

    Version

    1.0.0

    License

    MIT

    Unpacked Size

    3.06 kB

    Total Files

    4

    Last publish

    Collaborators

    • zkochan