asyncc-promise
Just asynchronous patterns for promises
Runs in the browser and on node.
The module provided follows the asyncc syntax.
Serial execution patterns
Parallel execution patterns
Installation
$ npm install asyncc-promise
Tests
$ npm test
Usage
As ES6 Modules
import {each, eachSeries} from 'asyncc-promise'
As CommonJS Modules
const {each, eachSeries} = require('asyncc-promise')