0.1.0 • Published 7 years ago

callfn v0.1.0

Weekly downloads
4
License
MIT
Repository
github
Last release
7 years ago

callfn Build Status

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

0.1.0

7 years ago