A bare-bones lazily-evaluated Promises/A+ implementation.
npm install lazy-promise
A bare-bones lazily-evaluated Promises/A+ implementation.
$ npm install lazy-promise
or
$ component install then/lazy-promise
Create a new lazy promise with the given function.
MIT