doc: add util.inspect() legacy signature

PR-URL: https://github.com/nodejs/node/pull/23216
Fixes: https://github.com/nodejs/node/issues/23205
Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
This commit is contained in:
siddhant 2018-10-02 16:21:38 +05:30 committed by Vse Mozhet Byt
parent 67130f3ab5
commit 5e63cf29bf

View File

@ -361,6 +361,7 @@ stream.write('With ES6');
```
## util.inspect(object[, options])
## util.inspect(object[, showHidden[, depth[, colors]]])
<!-- YAML
added: v0.3.0
changes: