appoint
Version:
Another Promise/A+ implementation.
21 lines (14 loc) • 284 B
Markdown
## appoint
Another Promise/A+ implementation, inspired by [lie](https://github.com/calvinmetcalf/lie).
### Install
```bash
npm install appoint
```
### Usage
```javascript
var Promise = require('appoint');
// or use the pollyfill
require('appoint/polyfill');
```
### License
MIT