menu
timeLog
import { timeLog } from "destack:console";
Write a named timer without stopping it.
1export function timeLog(label?: string | undefined, ...values: unknown[]): Result<void, HostError>import { timeLog } from "destack:console";
Write a named timer without stopping it.
1export function timeLog(label?: string | undefined, ...values: unknown[]): Result<void, HostError>