c90f503821
- Add new binary files for nodemon, onnxruntime-web, and xenova/transformers - Update various JavaScript and TypeScript files in node_modules - Remove unused files and dependencies - Add new test fixtures and documentation files
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