PortablePosPrinterHamekara/node_modules/bare-path
mehranz c2686e7110 initial commit 2025-11-15 13:33:50 +03:30
..
lib initial commit 2025-11-15 13:33:50 +03:30
LICENSE initial commit 2025-11-15 13:33:50 +03:30
NOTICE initial commit 2025-11-15 13:33:50 +03:30
README.md initial commit 2025-11-15 13:33:50 +03:30
index.js initial commit 2025-11-15 13:33:50 +03:30
package.json initial commit 2025-11-15 13:33:50 +03:30

README.md

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