Collection of TypeScript modules useful for building Web and Node.js applications. Zero dependencies in core packages, tree-shakeable ESM + CJS dual output.
| Package | Description |
|---|---|
| 🧬 @toolcase/base | Helper functions and data structures (zero deps) |
| 🏷 @toolcase/logging | Lightweight logger for Node.js and Browser (zero deps) |
| 📦 @toolcase/serializer | Protobuf-based binary serializer |
npm install # install all workspace dependencies
npm run build # build all packages
npm test # run all tests
npm run lint # lint all packagesThe project is licensed under MIT License