chunkd is a lightweight JavaScript library designed for efficiently splitting large arrays or iterable data structures into smaller, manageable chunks. It offers simple configuration for chunk size and provides synchronous iteration over the generated chunks. Ideal for processing data in batches or streaming scenarios, chunkd improves performance and memory management when dealing with substantial datasets. Its compact size and ease of use make it a valuable tool for JavaScript developers working with large arrays.