Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/astral/bindings/celestial.ts>Profiler_FunctionCoverage

A high-level puppeteer/playwright-like library for Deno
Latest
type alias Profiler_FunctionCoverage
import { type Profiler_FunctionCoverage } from "https://deno.land/x/astral@0.3.5/bindings/celestial.ts";

Coverage data for a JavaScript function.

definition: { functionName: string; ranges: Profiler_CoverageRange[]; isBlockCoverage: boolean; }