interface Profiler.TypeObject
Unstable
Usage in Deno
import { type Profiler } from "node:inspector"; type { TypeObject } = Profiler;
Describes a type collected during runtime.
name: string
Name of a type collected with type profiling.