```typescript
import { type Console } from "node:node__console.d.ts";
```
Console.group(...label: any[]): void
Increases indentation of subsequent lines by spaces for `groupIndentation` length.
If one or more `label`s are provided, those are printed first without the
additional indentation.