Detalhes do pacote

appoint

nswbmw17MIT1.1.1

Another Promise/A+ implementation.

promise, promise-aplus

readme (leia-me)

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