Mohammad Asif cf937194cb Removed un-waned things 1. %!s(int64=2) %!d(string=hai) anos
..
lib cf937194cb Removed un-waned things 1. %!s(int64=2) %!d(string=hai) anos
LICENSE cf937194cb Removed un-waned things 1. %!s(int64=2) %!d(string=hai) anos
NOTICE cf937194cb Removed un-waned things 1. %!s(int64=2) %!d(string=hai) anos
README.md cf937194cb Removed un-waned things 1. %!s(int64=2) %!d(string=hai) anos
index.js cf937194cb Removed un-waned things 1. %!s(int64=2) %!d(string=hai) anos
package.json cf937194cb Removed un-waned things 1. %!s(int64=2) %!d(string=hai) anos

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