Get abosulte path of firefox user directory - crossplatform
npm install firefox-user-directory
Get firefox user directory crossplatform
```
npm i firefox-user-directory
`javascript
const firefoxUserDirectory = require('firefox-user-directory');
const path = firefoxUserDirectory('darwin');
console.log(path);
// Output
// /Users/arshad/Library/Application Support/Firefox
``
Interested in contributing to this project?
You can log any issues or suggestion related to this library here
Read our contributing guide on getting started with contributing to the codebase
Thank you to all the contributors who have helped us in making this project better :raised_hands: