JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 29782526
  • Score
    100M100P100Q225418F
  • License Apache-2.0

Path manipulation library for JavaScript

Package Exports

  • bare-path
  • bare-path/package
  • bare-path/posix
  • bare-path/win32

Readme

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