Feel free to contribute to bufferlo.js:
- Create a fork
- Make your changes
- Run prettier:
npm run prettier
- Run linter:
npm run lint
- Run tests:
npm run test
- Commit & push your changes
- Submit a pull request 🚀
Don't forget to add the according test cases for new methods.