4.0.0 • Published 6 years ago

lazy-promise v4.0.0

Weekly downloads
479
License
MIT
Repository
github
Last release
6 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

6 years ago

3.0.1

10 years ago

3.0.0

10 years ago

2.0.1

10 years ago

2.0.0

11 years ago

1.1.1

11 years ago

1.1.0

11 years ago

1.0.0

11 years ago