Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/astral/bindings/celestial.ts>Audits_SourceCodeLocation

A high-level puppeteer/playwright-like library for Deno
Latest
type alias Audits_SourceCodeLocation
import { type Audits_SourceCodeLocation } from "https://deno.land/x/astral@0.3.5/bindings/celestial.ts";
definition: { scriptId?: Runtime_ScriptId; url: string; lineNumber: number; columnNumber: number; }