Skip to main content
Console.timeStamp - node__console.d.ts - Node documentation
method Console.timeStamp

Usage in Deno

```typescript import { type Console } from "node:node__console.d.ts"; ```
Console.timeStamp(label?: string): void
This method does not display anything unless used in the inspector. The `console.timeStamp()` method adds an event with the label `'label'` to the Timeline panel of the inspector.

Parameters

optional
label: string

Return Type

void