Mohammad Asif cf937194cb Removed un-waned things 1. | hace 5 meses | |
---|---|---|
.. | ||
lib | hace 5 meses | |
LICENSE | hace 5 meses | |
NOTICE | hace 5 meses | |
README.md | hace 5 meses | |
index.js | hace 5 meses | |
package.json | hace 5 meses |
Path manipulation library for JavaScript.
npm i bare-path
const path = require('bare-path')
path.join('foo', 'bar') // foo/bar on posix, foo\bar on windows
Apache-2.0