async-each
async-each copied to clipboard
Not sure if the count variable is unnecessary
You already have index in scope, it seems like count is redundant and can be removed. Instead I believe you can check index === items.length - 1?
Yeah probably