UNPKG

byeworld

Version:

simply puts a 'bye' on your console. That's it!

4 lines 92 B
function byeWorld(fn){ console.log('BAM!!! BYE BYE WORLD.'); } module.exports=byeWorld;