A lean Promises and Async lib for ES6/ES7


Keywords
async, await, promise, foreach, map, reduce, filter, once, timeout, retry, debounce, serialize, es6, es7
License
MIT
Install
npm install seventh@0.9.2

Documentation

Seventh

A lean Promises and Async lib for ES6/ES7.

  • License: MIT
  • Current status: stable
  • Platform: Node.js / Browser

It comes with a standard Promise implementation, with additional utilities (forEach, map, reduce, filter) and a set of decorators to do the job (once, timeout, retry, debounce, serialize, promisify node function and api).