callfn
v0.1.0
Published
Call any amount of functions (for callbacks).
Readme
callfn 
dealing with all those callbacks.
install
simply download it from npm.
$ yarn add callfnusage
Require it and put it in any function that needs to have its callbacks handled.
const call = require('callfn')
function someAsyncHandler(...callback) {
call(...callback)
}tests
$ yarn testlicense
MIT © Kalium
