method Console.groupEnd Usage in Denoimport { type Console } from "node:console"; Console.groupEnd(): void Decreases indentation of subsequent lines by spaces for groupIndentation length. Return Type void