Skip to content

A bare-bones lazily-evaluated Promises/A+ implementation.

Notifications You must be signed in to change notification settings

then/lazy-promise

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

lazy-promise

A bare-bones lazily-evaluated Promises/A+ implementation.

Installation

$ npm install lazy-promise

or

$ component install then/lazy-promise

API

new Promise(function(resolve, reject))

Create a new lazy promise with the given function.

License

MIT