Skip to main content
Deno 2 is finally here 🎉️
Learn more
Go to Latest
function globalThis.__bootstrap.webidl.createInterfaceConverter
import { globalThis } from "https://deno.land/x/deno@v1.29.1/ext/webidl/internal.d.ts";
const { createInterfaceConverter } = globalThis.__bootstrap.webidl;

Create a converter for interfaces.

Parameters

name: string
prototype: any

Returns

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