superlazypromise
Promise made lazy !
Installation
Then install it via npm:
$ npm install --save superlazypromise
Or via bower:
$ bower install --save superlazypromise
Example Usage
const LazyPromise = LazyPromise;let promise = {// stuff};promise; // <- promise executed here
License
ISC License. See the LICENSE
file.