Skip to content

ycmds/release-test

Repository files navigation

🦠 MacroBE - Parallel

NPM version Tests TypeScript + ESM Install size Bundle size License Ask me in Telegram

❤️‍🔥 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]

License

MIT © Igor Suvorov


@macrobe - Swimming in utilities 🐠

About

Release test

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •