ispt4.0_laravel/node_modules/bare-path
2024-05-20 14:47:55 +01:00
..
lib Creating a pdf model of the structure and updating the addition of extra equipment. 2024-05-20 14:47:55 +01:00
index.js Creating a pdf model of the structure and updating the addition of extra equipment. 2024-05-20 14:47:55 +01:00
LICENSE Creating a pdf model of the structure and updating the addition of extra equipment. 2024-05-20 14:47:55 +01:00
NOTICE Creating a pdf model of the structure and updating the addition of extra equipment. 2024-05-20 14:47:55 +01:00
package.json Creating a pdf model of the structure and updating the addition of extra equipment. 2024-05-20 14:47:55 +01:00
README.md Creating a pdf model of the structure and updating the addition of extra equipment. 2024-05-20 14:47:55 +01:00

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