Skip to main content
InspectorConsole.debug - inspector - Node documentation
method InspectorConsole.debug

Usage in Deno

import { type InspectorConsole } from "node:inspector";
InspectorConsole.debug(...data: any[]): void

Parameters

...data: any[]

Return Type

void