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

Usage in Deno

import { type InspectorConsole } from "node:inspector";
InspectorConsole.timeLog(label?: any): void

Parameters

optional
label: any

Return Type

void