hojas/node_modules/bare-path
2026-05-14 10:56:04 +02:00
..
lib stuff 2026-05-14 10:56:04 +02:00
index.js stuff 2026-05-14 10:56:04 +02:00
LICENSE stuff 2026-05-14 10:56:04 +02:00
NOTICE stuff 2026-05-14 10:56:04 +02:00
package.json stuff 2026-05-14 10:56:04 +02:00
README.md stuff 2026-05-14 10:56:04 +02: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