prebid-integration-monitor/node_modules/bare-path
2024-04-30 06:48:50 -06:00
..
lib initial commit 2024-04-30 06:48:50 -06:00
index.js initial commit 2024-04-30 06:48:50 -06:00
LICENSE initial commit 2024-04-30 06:48:50 -06:00
NOTICE initial commit 2024-04-30 06:48:50 -06:00
package.json initial commit 2024-04-30 06:48:50 -06:00
README.md initial commit 2024-04-30 06:48:50 -06: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