Console.groupEnd - Node documentation
method Console.groupEnd

Usage

import { type Console } from "node:console";

Decreases indentation of subsequent lines by spaces for groupIndentation length.

Return Type

void