Mohammad Asif cf937194cb Removed un-waned things 1. hai 6 meses
..
lib cf937194cb Removed un-waned things 1. hai 6 meses
LICENSE cf937194cb Removed un-waned things 1. hai 6 meses
NOTICE cf937194cb Removed un-waned things 1. hai 6 meses
README.md cf937194cb Removed un-waned things 1. hai 6 meses
index.js cf937194cb Removed un-waned things 1. hai 6 meses
package.json cf937194cb Removed un-waned things 1. hai 6 meses

README.md

bare-path

Path manipulation library for JavaScript.

npm i bare-path

Usage

const path = require('bare-path')

path.join('foo', 'bar') // foo/bar on posix, foo\bar on windows

License

Apache-2.0