resolve-callback-hell
v1.0.3
Published
## Run Example ``` node example.js ```
Downloads
2
Readme
The Solution to Resolving Async Callbacks in Node.js
Run Example
node example.js
Install
npm i -S resolve-callback-hell
Usage
The function must be binded for the package to work
const rcbh = require('resolve-callback-hell');
rcbh(ENTER-CALLBACK-HELL-FUNCTION-HERE-WITH-BINDING) // returns your end value