Skip to content

lsagetlethias/superlazypromise

Repository files navigation

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 = require('superlazypromise').LazyPromise;

let promise = new LazyPromise((resolve, reject) => {
    // stuff
});
promise.then(/* fn */); // <- promise executed here

License

ISC License. See the LICENSE file.

About

Promises made lazy.

Resources

License

Stars

Watchers

Forks

Packages

No packages published