tryrequire
v3.0.0
Published
try to require
Readme
Try Require
Try to require and if could not return undefined.
Install
npm i tryrequire --saveOptions
- log : will log error when could not load
- callback : will return function wich will have error parameter.
How to use?
const tryRequire = require('tryrequire');
const config = tryRequire('./config') || {}; License
MIT
