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

x/deno/ext/webidl/internal.d.ts>globalThis.__bootstrap.webidl.DictionaryMember

A modern runtime for JavaScript and TypeScript.
Go to Latest
interface globalThis.__bootstrap.webidl.DictionaryMember
import { type globalThis } from "https://deno.land/x/deno@v1.30.2/ext/webidl/internal.d.ts";
const { DictionaryMember } = globalThis.__bootstrap.webidl;

Properties

key: string
converter: (v: any, opts: ValueConverterOpts) => any
optional
defaultValue: any
optional
required: boolean