Skip to content

mikonieminen/mini-promise

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Promises/A+ polyfil

Use it as you would use native promises, with an exception that this one allows you resolve promise by returning value from executor function.

Originally it was designed to be used with mini-module that provides node.js kind of module, export and require mechanisms inside a browser Though nothing prevents it being used on its own.

Install

node.js component

npm install mini-promise-aplus

bower component

bower install mini-promise-aplus

About

Simple promise/future implementation build using mini-module.

Resources

License

Stars

Watchers

Forks

Packages

No packages published