destack:console import destack:console Classes - Console — Debugging console. Interfaces - ConsoleOptions — Console output options. Functions - assert — Write an assertion failure when condition is false. - debug — Write a debug line to stdout. - defaultConsole — Return the default process console. - error — Write an error line to stderr. - group — Increase output indentation. - groupCollapsed — Increase output indentation for a collapsed group. - groupEnd — Decrease output indentation. - info — Write an info line to stdout. - log — Write a line to stdout. - table — Write tabular data. - time — Start a named timer. - timeEnd — Write and stop a named timer. - timeLog — Write a named timer without stopping it. - trace — Write the current stack trace to stderr. - warn — Write a warning line to stderr.