Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 284 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 284 Bytes

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