Skip to content

Latest commit

 

History

History
24 lines (12 loc) · 420 Bytes

README.md

File metadata and controls

24 lines (12 loc) · 420 Bytes

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