# is-require-workingCheck ifrequire() works.
## Usage
```js
let doesItWork;
try {
doesItWork = require("is-require-working");
}
catch(e) {
//o shit
}
console.log(doesItWork); //will be a string if it works
```
## Common questions
- Should I shoot myself?
- Yes, DO IT NOW
## License
GPLv2 because fuck you :^)