Sign in
chromium
/
devtools
/
devtools-frontend.git
/
HEAD
/
.
/
node_modules
/
bare-path
/
README.md
blob: de52659ea5587065c6441176fc44ab10c21fa4c7 [
file
] [
view
]
# bare-path
Path
manipulation library
for
JavaScript
.
```
npm i bare-path
```
## Usage
``` js
const path = require('bare-path')
path.join('foo', 'bar') // foo/bar on posix, foo\bar on windows
```
## License
Apache
-
2.0