tryrequire

try to require

Usage no npm install needed!

<script type="module">
  import tryrequire from 'https://cdn.skypack.dev/tryrequire';
</script>

README

Try Require

Try to require and if could not return undefined.

Install

npm i tryrequire --save

Options

  • 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