Manmics/mangashelf-server/node_modules/bare-path
2025-10-10 18:00:07 -04:00
..
lib first commit 2025-10-10 18:00:07 -04:00
index.js first commit 2025-10-10 18:00:07 -04:00
LICENSE first commit 2025-10-10 18:00:07 -04:00
NOTICE first commit 2025-10-10 18:00:07 -04:00
package.json first commit 2025-10-10 18:00:07 -04:00
README.md first commit 2025-10-10 18:00:07 -04:00

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