Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

util-inspect

rauchg223.7k0.1.8

cross-browser node.js util.inspect

readme

util-inspect

This is an extraction of Node's inspect utility from the util module, with two fundamental advantages:

  • Single, focused module
  • Compatible with all browsers and environments.

How to use

With browserify or node:

var inspect = require('util-inspect');
console.log(inspect({}));

License

MIT – Copyright (c) 2010-2014 Joyent, Inc.