A library that provides common array transformation functions
Unjam is a JavaScript and TypeScript library offering non-blocking versions of common array methods like forEach, map, and filter. Designed for cooperative multitasking, Unjam keeps your application responsive, even with large data processing tasks, by pr
Implements common array methods in a lazy manner. Nothing more.