iter-over
Sugary iteration utilities and interfaces.
Sugary iteration utilities and interfaces.
It accepts an array for enumeration and an async function, the result of which returns a promise. Calls a function on each element of the array, further code execution will wait until all functions return resolve
Progress bar in console for Node.js in the style of TQDM Python library