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

x/astral/bindings/celestial.ts>CSS_SelectorList

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

Selector list data.

definition: { selectors: CSS_Value[]; text: string; }