1.1.1 • Published 8 years ago
appoint v1.1.1
appoint
Another Promise/A+ implementation, inspired by lie.
Install
npm install appointUsage
var Promise = require('appoint');
// or use the pollyfill
require('appoint/polyfill');License
MIT
Another Promise/A+ implementation, inspired by lie.
npm install appointvar Promise = require('appoint');
// or use the pollyfill
require('appoint/polyfill');MIT