Skip to main content
Module

x/astral/bindings/celestial.ts>DOMSnapshot_NameValue

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

A name/value pair.

definition: { name: string; value: string; }