holepunchto / bare-path

Path manipulation library for JavaScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Path manipulation library for JavaScript

License:Apache License 2.0


Languages

Language:JavaScript 100.0%