import { globalThis } from "https://deno.land/x/deno@v1.29.1/ext/webidl/internal.d.ts";
const { createNullableConverter } = globalThis.__bootstrap.webidl;
Create a converter that makes the contained type nullable.
Parameters
converter: (v: any, opts: ValueConverterOpts) => T