findFilms/node_modules/bare-path
2025-10-05 22:20:49 +03:00
..
lib Initial commit: Torrent search and download application 2025-10-05 22:20:49 +03:00
index.js Initial commit: Torrent search and download application 2025-10-05 22:20:49 +03:00
LICENSE Initial commit: Torrent search and download application 2025-10-05 22:20:49 +03:00
NOTICE Initial commit: Torrent search and download application 2025-10-05 22:20:49 +03:00
package.json Initial commit: Torrent search and download application 2025-10-05 22:20:49 +03:00
README.md Initial commit: Torrent search and download application 2025-10-05 22:20:49 +03: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