Skip to main content
The Deno 2 Release Candidate is here
Learn more
Go to Latest
function globalThis.__bootstrap.webidl.createDictionaryConverter
import { globalThis } from "https://deno.land/x/deno@v1.30.2/ext/webidl/internal.d.ts";
const { createDictionaryConverter } = globalThis.__bootstrap.webidl;

Create a converter for dictionaries.

Parameters

name: string
...dictionaries: Dictionary[]

Returns

(v: any, opts: ValueConverterOpts) => T