import { type Protocol } from "https://deno.land/x/pptr@1.2.0/vendor/devtools-protocol/protocol.d.ts";
const { FunctionCoverage } = Protocol.Profiler;
Coverage data for a JavaScript function.
Properties
ranges: CoverageRange[]
Source ranges inside the function with coverage data.