Installation
Bitaboom is available on npm and can be installed using any modern JavaScript package manager.Choose your package manager
Requirements
Bitaboom requires the following minimum versions:- Node.js: 24.0.0 or higher
- Bun: 1.3.8 or higher (if using Bun)
The project targets ESNext and all exports are tree-shakeable, so modern bundlers will only include the functions you actually use.
Verify installation
After installation, verify that Bitaboom is working correctly by running a simple test:true, you’re ready to start using Bitaboom!
TypeScript support
Bitaboom is written in TypeScript and includes full type definitions out of the box. No additional@types package is required.
Next steps
Quickstart
Learn the basics with working code examples