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

x/astral/bindings/celestial.ts>Browser_Histogram

A high-level puppeteer/playwright-like library for Deno
Latest
type alias Browser_Histogram
import { type Browser_Histogram } from "https://deno.land/x/astral@0.3.5/bindings/celestial.ts";
definition: { name: string; sum: number; count: number; buckets: Browser_Bucket[]; }