Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
function globalThis.__bootstrap.webidl.createSequenceConverter
import { globalThis } from "https://deno.land/x/deno@v1.28.0/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[]