Package Exports
- fook
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (fook) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
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') }