util-inspect

cross-browser node.js `util.inspect`

10 个版本
安装
npm install util-inspect
yarn add util-inspect
pnpm add util-inspect
bun add 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.

版本列表
0.1.8 2014-02-14
0.1.7 2014-02-14
0.1.6 2014-02-14
0.1.5 2014-02-14
0.1.4 2014-02-14
0.1.3 2014-02-14
0.1.2 2014-02-14
0.1.1 2014-02-14
0.1.0 2014-02-14
0.0.1 2014-02-14