inline-promise
v1.5.0
Published
For those of us tired of nesting stuff because of promises.
Downloads
13
Maintainers
Readme
For those of us tired of nesting stuff because of promises.
Installation
$ npm install inline-promise
Usage
const inlinePromise = require('inline-promise');
const [promise, resolve, reject] = inlinePromise();
API
inlinePromise(): Promise