fook
v1.0.0
Published
If error throw fook
Maintainers
Readme
fook
throw stuff when fook happens
What is it?
It is just an alias for JavaScript's "throw"
Usage
- Run
npm install fook - Require fook module
let fook = require('fook') - Now run the fook command when fook happens
someFunction(err, file){ if (err) fook('some fookin message') }
