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_PositionTickInfo

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

Specifies a number of samples attributed to a certain source position.

definition: { line: number; ticks: number; }