From 72f79b44edaab34df6c7a1e3a05810d9e3300a5f Mon Sep 17 00:00:00 2001 From: Rafael Gonzaga Date: Tue, 17 Dec 2024 17:22:52 -0300 Subject: [PATCH] doc: stabilize util.styleText MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/56265 Reviewed-By: Yagiz Nizipli Reviewed-By: Marco Ippolito Reviewed-By: Adrian Estrada Reviewed-By: Vinícius Lourenço Claro Cardoso Reviewed-By: Moshe Atlow --- doc/api/util.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/api/util.md b/doc/api/util.md index 03c1b621358fea..a3ea6c96dd83db 100644 --- a/doc/api/util.md +++ b/doc/api/util.md @@ -1915,13 +1915,16 @@ console.log(util.stripVTControlCharacters('\u001B[4mvalue\u001B[0m')); ## `util.styleText(format, text[, options])` -> Stability: 1.1 - Active development +> Stability: 2 - Stable.