util-inspect

0.1.8 • Public • Published

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.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.8
    91,708
    • latest

Version History

Package Sidebar

Install

npm i util-inspect

Weekly Downloads

60,731

Version

0.1.8

License

none

Last publish

Collaborators

  • rauchg