We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b6a943 commit edde617Copy full SHA for edde617
doc/api/util.md
@@ -2548,7 +2548,8 @@ changes:
2548
-->
2549
2550
* `format` {string | Array} A text format or an Array
2551
- of text formats defined in `util.inspect.colors`.
+ of text formats defined in `util.inspect.colors`, or a hex color in `#RGB`
2552
+ or `#RRGGBB` form.
2553
* `text` {string} The text to to be formatted.
2554
* `options` {Object}
2555
* `validateStream` {boolean} When true, `stream` is checked to see if it can handle colors. **Default:** `true`.
0 commit comments