method Console.groupEnd Usage in Deno```typescript import { type Console } from "node:node__console.d.ts"; ``` Console.groupEnd(): void Decreases indentation of subsequent lines by spaces for `groupIndentation` length. Return Type void