@hengwu/promises-aplus

1.2.1 • Public • Published

promises-aplus

Promises/A+ logo

A lightweight (< 100 LOC in main program) implementation of Promises/A+ (indexed on 2017/12/23).

Guide

npm install --save @hengwu/promises-aplus

Implementation

Prototype Methods

  • then
  • catch
  • done
  • finally
  • resolve
  • reject

Static Methods

  • resolve, resolved
  • reject, rejected
  • deferred
  • all
  • race

License

MIT

Package Sidebar

Install

npm i @hengwu/promises-aplus

Weekly Downloads

2

Version

1.2.1

License

MIT

Last publish

Collaborators

  • hengwu