method Console.group Usage in Denoimport { type Console } from "node:console"; Console.group(...label: any[]): void Increases indentation of subsequent lines by spaces for groupIndentation length. If one or more labels are provided, those are printed first without the additional indentation. Parameters ...label: any[] Return Type void