Files
vps-management-bot/node_modules/bare-path/README.md

20 lines
225 B
Markdown
Raw Normal View History

2026-03-21 01:10:53 +08:00
# 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