Skip to content
This repository has been archived by the owner on Apr 24, 2019. It is now read-only.

zacanger/aaeach

Repository files navigation

aaeach

Simple forEach for async/await

Installation

npm i aaeach

Usage

import each from 'aaeach'

const something = async () => {
  await each(somethingElse, async (thing) => {
    await thing()
  })
}

License

MIT