8000 GitHub - nd-yi/appoint: Another Promise implementation. Inspired by [lie](https://github.com/calvinmetcalf/lie).
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
/ appoint Public
forked from nswbmw/appoint

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

Notifications You must be signed in to change notification settings

nd-yi/appoint

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%
0