import { type Protocol } from "https://deno.land/x/pptr@1.2.0/vendor/devtools-protocol/protocol.d.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.