resolve-callback-hell

## Run Example ``` node example.js ```

Usage no npm install needed!

<script type="module">
  import resolveCallbackHell from 'https://cdn.skypack.dev/resolve-callback-hell';
</script>

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