UNPKG

208 BJavaScriptView Raw
1module.exports = 'inspect';
2
3try {
4 var util = require('' + 'util');
5 if (util && typeof util.inspect === 'function' && util.inspect.custom) {
6 module.exports = util.inspect.custom;
7 }
8} catch (err) {}