4.0.0 • Published 7 years ago

lazy-promise v4.0.0

Weekly downloads
479
License
MIT
Repository
github
Last release
7 years ago

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

4.0.0

7 years ago

3.0.1

11 years ago

3.0.0

11 years ago

2.0.1

11 years ago

2.0.0

12 years ago

1.1.1

12 years ago

1.1.0

12 years ago

1.0.0

12 years ago