callfn
v0.1.0
Published
Call any amount of functions (for callbacks).
Downloads
2
Readme
callfn
dealing with all those callbacks.
install
simply download it from npm.
$ yarn add callfn
usage
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 test
license
MIT © Kalium