❤️🔥 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 (~0.4kb)
💪 Type-safe: Full TypeScript support with comprehensive type definitions
⚡ Fast: Optimized algorithms for maximum performance
🎯 Focused: Essential async utilities without bloat
📦 Zero Dependencies: No external dependencies
import { map } from '@macrobe/parallel';
const results = await map([1, 2, 3], async (num) => num * 2);
// => [2, 4, 6]MIT © Igor Suvorov
@macrobe - Swimming in utilities 🐠