UNPKG
bare-path
Version:
latest (3.1.1)
3.1.1
3.1.0
3.0.1
3.0.0
2.1.3
2.1.2
2.1.1
2.1.0
2.0.1
2.0.0
1.1.2
1.1.1
1.1.0
1.0.6
Path manipulation library for JavaScript
github.com/holepunchto/bare-path
holepunchto/bare-path
bare-path
/
README.md
20 lines
(12 loc)
•
225 B
Markdown
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# bare-path
Path manipulation library
for
JavaScript. ``` npm i bare-path ```
## Usage
``` js const path = require('bare-path') path.join('foo', 'bar') // foo/bar on posix, foo\bar on windows ```
## License
Apache
-
2.0