is-require-working
v1.0.0
Published
Check if node's require() is working!
Downloads
42
Maintainers
Readme
is-require-working
Check if require() works.
Usage
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 :^)