nswbmw / appoint

Another Promise implementation. Inspired by [lie](https://github.com/calvinmetcalf/lie).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

appoint

Another Promise/A+ implementation, inspired by lie.

Install

npm install appoint

Usage

var Promise = require('appoint');
// or use the pollyfill
require('appoint/polyfill');

License

MIT

About

Another Promise implementation. Inspired by [lie](https://github.com/calvinmetcalf/lie).


Languages

Language:JavaScript 100.0%