* The **`console.groupEnd()`** static method exits the current inline group in the console. * * [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/groupEnd_static)
()
| 184 | * [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/groupEnd_static) |
| 185 | */ |
| 186 | groupEnd(): void; |
| 187 | /** |
| 188 | * The **`console.info()`** static method outputs a message to the console at the 'info' log level. |
| 189 | * |