JSPM

  • Created
  • Published
  • Downloads 147077
  • Score
    100M100P100Q164782F
  • License MIT

A lean Promises and Async lib for ES6/ES7

Package Exports

  • seventh
  • seventh/lib/seventh.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (seventh) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

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).