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

Create a converter that converts a sequence of the inner type.

Parameters

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

Returns

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