UNPKG

dump-die

Version:

Dump an object and kill the process in node.js

14 lines (10 loc) 206 B
'use strict' const util = require('util') function inspect(thing) { return util.inspect(thing, { showHidden: true, depth: null, colors: true }) } module.exports = inspect