❤️🔥 The BEST modern 2026 example of release tools for nano libraries
🚀 Modern: Built with ESM modules and TypeScript
🪶 Lightweight: Tree-shakable functions for optimal bundle size
💪 Type-safe: Full TypeScript support with comprehensive type definitions
⚡ Fast: Optimized algorithms for maximum performance
🎯 Focused: Essential utilities without bloat
📦 Zero Dependencies: No external dependencies
| Package | Version | Size | Bundle Size | Description |
|---|---|---|---|---|
| @macrobe/plus | Plus utility functions | |||
| @macrobe/multiply | Multiply utility functions |
import { plus } from '@macrobe/plus';
const result = plus(2, 3);
// => 5import { multiply } from '@macrobe/multiply';
const result = multiply(2, 3);
// => 6- @macrobe/plus - Plus utility functions
- @macrobe/multiply - Multiply utility functions
# Install dependencies
pnpm install
# Build all packages
pnpm run build
# Run tests
pnpm run test
# Run tests in watch mode
pnpm run test:watchMIT © Igor Suvorov
@macrobe - Swimming in utilities 🐠
