Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
interface Protocol.Profiler.TypeProfileEntry
import { type Protocol } from "https://deno.land/x/pptr@1.2.0/mod.ts";
const { TypeProfileEntry } = Protocol.Profiler;

Source offset and types for a parameter or return value.

Properties

offset: integer

Source offset of the parameter or end of function for return values.

types: TypeObject[]

The types for this parameter or return value.